diff options
author | Markus Weimar | 2021-07-26 11:44:49 +0200 |
---|---|---|
committer | Markus Weimar | 2021-07-26 11:44:49 +0200 |
commit | 885e4250fe301a84185e396de416fa0ed646c2e0 (patch) | |
tree | b34c49a67eddb1523d2b6d92c5bda30ea8284374 | |
parent | dc092917aeb2111154ffb7c4d87a7779fbe3a112 (diff) | |
download | aur-885e4250fe301a84185e396de416fa0ed646c2e0.tar.gz |
Update to version 8.0.1.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = ttc-iosevka-ss14-super pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 8.0.0 + pkgver = 8.0.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v8.0.0/super-ttc-iosevka-ss14-8.0.0.zip - source = ttc-iosevka-ss14-super-8.0.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v8.0.0/LICENSE.md - sha256sums = c1ce4b0397f43ba443727010d2be5c9de4dfddfc0c9ef0fdc57ff576f503fbaa + source = https://github.com/be5invis/Iosevka/releases/download/v8.0.1/super-ttc-iosevka-ss14-8.0.1.zip + source = ttc-iosevka-ss14-super-8.0.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v8.0.1/LICENSE.md + sha256sums = b9400feaffca11076879594de65cf2b62c77e5f8f406160a7e4ec585ddf4d455 sha256sums = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80 pkgname = ttc-iosevka-ss14-super @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttc-iosevka-ss14-super -pkgver=8.0.0 +pkgver=8.0.1 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-ss14-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('c1ce4b0397f43ba443727010d2be5c9de4dfddfc0c9ef0fdc57ff576f503fbaa' +sha256sums=('b9400feaffca11076879594de65cf2b62c77e5f8f406160a7e4ec585ddf4d455' '72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80') package() { |