diff options
author | Markus Weimar | 2024-10-14 12:27:31 +0200 |
---|---|---|
committer | Markus Weimar | 2024-10-14 12:27:31 +0200 |
commit | 643892d51e32496ed70bc2770affa031f6d3bede (patch) | |
tree | b0dcec4b7c1ae958d07b83f252bae2a04d10efc3 | |
parent | 3bb8ecbede47d1c192d689feeb00a75a2f6b0138 (diff) | |
download | aur-643892d51e32496ed70bc2770affa031f6d3bede.tar.gz |
Update to version 31.9.1.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = ttf-iosevka-fixed-ss11 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 31.9.0 + pkgver = 31.9.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v31.9.0/PkgTTF-IosevkaFixedSS11-31.9.0.zip - source = ttf-iosevka-fixed-ss11-31.9.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v31.9.0/LICENSE.md - sha256sums = a6be355fbb4f2239604e2f6da32ab628cd927cdb53a7067c722634376b757ba1 + source = https://github.com/be5invis/Iosevka/releases/download/v31.9.1/PkgTTF-IosevkaFixedSS11-31.9.1.zip + source = ttf-iosevka-fixed-ss11-31.9.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v31.9.1/LICENSE.md + sha256sums = 1ae01b322230c14df8657c8263b9a64e436ddb7b8a44a6143239b5088ceea5e8 sha256sums = 8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7 pkgname = ttf-iosevka-fixed-ss11 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss11 -pkgver=31.9.0 +pkgver=31.9.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}/PkgTTF-IosevkaFixedSS11-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('a6be355fbb4f2239604e2f6da32ab628cd927cdb53a7067c722634376b757ba1' +sha256sums=('1ae01b322230c14df8657c8263b9a64e436ddb7b8a44a6143239b5088ceea5e8' '8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7') package() { |