diff options
author | Markus Weimar | 2021-08-01 16:52:41 +0200 |
---|---|---|
committer | Markus Weimar | 2021-08-01 16:52:41 +0200 |
commit | 1af70913b14b4cc29b8d3d8f5edf93a056d977cb (patch) | |
tree | 496767c3a76b1c770b300234bc76acb63e169a73 | |
parent | a9e829aeb9da9ea02797e9da01a392132bc97cff (diff) | |
download | aur-1af70913b14b4cc29b8d3d8f5edf93a056d977cb.tar.gz |
Update to version 9.0.0.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = ttc-iosevka-curly-slab-super pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 8.0.2 + pkgver = 9.0.0 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v8.0.2/super-ttc-iosevka-curly-slab-8.0.2.zip - source = ttc-iosevka-curly-slab-super-8.0.2-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v8.0.2/LICENSE.md - sha256sums = f8e2d57f303e90f344aebcc8bf187628128f89ebb1aecd3704e655943d1c111d + source = https://github.com/be5invis/Iosevka/releases/download/v9.0.0/super-ttc-iosevka-curly-slab-9.0.0.zip + source = ttc-iosevka-curly-slab-super-9.0.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v9.0.0/LICENSE.md + sha256sums = 0046116cadb243a2717be0e257b7a6e0723353b84ff7141702d87437f62a50f9 sha256sums = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80 pkgname = ttc-iosevka-curly-slab-super @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttc-iosevka-curly-slab-super -pkgver=8.0.2 +pkgver=9.0.0 pkgrel=1 pkgdesc='Typeface family designed for coding, terminal use and technical documents.' arch=('any') @@ -8,7 +8,7 @@ url='https://typeof.net/Iosevka/' license=('OFL') source=("https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/super-ttc-iosevka-curly-slab-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('f8e2d57f303e90f344aebcc8bf187628128f89ebb1aecd3704e655943d1c111d' +sha256sums=('0046116cadb243a2717be0e257b7a6e0723353b84ff7141702d87437f62a50f9' '72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80') package() { |