From 96dcfbc526d0c5ab9ca932e71e8658c4b7f715ee Mon Sep 17 00:00:00 2001 From: Plague Doctor Date: Mon, 3 Feb 2020 07:48:55 +1100 Subject: [PATCH] Upgrade to version 2.1.0 --- .SRCINFO | 10 ++++------ PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4a4c5d7..efbb788 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Mon Oct 22 07:53:13 UTC 2018 pkgbase = nerd-fonts-fantasque-sans-mono pkgdesc = Patched font FantasqueSansMono from the nerd-fonts library - pkgver = 2.0.0 + pkgver = 2.1.0 pkgrel = 1 url = https://github.com/ryanoasis/nerd-fonts arch = any @@ -12,9 +10,9 @@ pkgbase = nerd-fonts-fantasque-sans-mono provides = nerd-fonts-fantasque-sans-mono conflicts = nerd-fonts-git conflicts = nerd-fonts-complete - source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/FantasqueSansMono.zip - source = https://github.com/ryanoasis/nerd-fonts/raw/v2.0.0/LICENSE - sha1sums = 9c7331eab8f1cb09cb9546bad0b1fa3280e50662 + source = https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/FantasqueSansMono.zip + source = https://github.com/ryanoasis/nerd-fonts/raw/v2.1.0/LICENSE + sha1sums = f2808204e67eb80e1907e1416ed8a189aa93b06a sha1sums = 92fdad3c8babc0473da5f03e41fb1151417ab386 pkgname = nerd-fonts-fantasque-sans-mono diff --git a/PKGBUILD b/PKGBUILD index b77b434..3a0d9c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Plague-doctor pkgname=nerd-fonts-fantasque-sans-mono -pkgver=2.0.0 +pkgver=2.1.0 pkgrel=1 pkgdesc="Patched font FantasqueSansMono from the nerd-fonts library" arch=("any") @@ -13,7 +13,7 @@ conflicts=('nerd-fonts-git' 'nerd-fonts-complete') groups=("nerd-fonts") source=("${url}/releases/download/v$pkgver/FantasqueSansMono.zip" "${url}/raw/v$pkgver/LICENSE") -sha1sums=('9c7331eab8f1cb09cb9546bad0b1fa3280e50662' +sha1sums=('f2808204e67eb80e1907e1416ed8a189aa93b06a' '92fdad3c8babc0473da5f03e41fb1151417ab386') package() {