diff options
author | Markus Weimar | 2022-05-14 16:42:53 +0200 |
---|---|---|
committer | Markus Weimar | 2022-05-14 16:42:53 +0200 |
commit | c4dd4e6e5592e84e332039f0d6310e4b2cd634e9 (patch) | |
tree | 837962a7123c394e4d3bd02923336ffa7860a691 | |
parent | eef83310e1e0fa0f1623f9a56571424264354490 (diff) | |
download | aur-c4dd4e6e5592e84e332039f0d6310e4b2cd634e9.tar.gz |
Update to version 15.3.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-ss08 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 15.3.0 + pkgver = 15.3.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v15.3.0/ttf-iosevka-ss08-15.3.0.zip - source = ttf-iosevka-ss08-15.3.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v15.3.0/LICENSE.md - sha256sums = a6ea6ce8fb6e2783f3d9532ccf045666e8bd205eef7e450ea64ffbc6ba4ce825 + source = https://github.com/be5invis/Iosevka/releases/download/v15.3.1/ttf-iosevka-ss08-15.3.1.zip + source = ttf-iosevka-ss08-15.3.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v15.3.1/LICENSE.md + sha256sums = 869305f45ccc67ae9e58647eb17e33f8f31099f95bc0cd129da384fc8525870b sha256sums = 46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1 pkgname = ttf-iosevka-ss08 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-ss08 -pkgver=15.3.0 +pkgver=15.3.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}/ttf-iosevka-ss08-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('a6ea6ce8fb6e2783f3d9532ccf045666e8bd205eef7e450ea64ffbc6ba4ce825' +sha256sums=('869305f45ccc67ae9e58647eb17e33f8f31099f95bc0cd129da384fc8525870b' '46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1') package() { |