Upgrade to version 2.1.0
This commit is contained in:
parent
c1c06c5cb8
commit
96dcfbc526
10
.SRCINFO
10
.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
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Plague-doctor <plague at privacyrequired dot com >
|
||||
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue