diff options
author | Markus Weimar | 2023-06-26 10:23:19 +0200 |
---|---|---|
committer | Markus Weimar | 2023-06-26 10:23:19 +0200 |
commit | b352618ea62585a32c252ca19600fa9175c6c2f0 (patch) | |
tree | c2cdf25a6ce5916d017144c6eba78f59049e8dcf | |
parent | 19279c64178b3255be503413b973bdce44a521ea (diff) | |
download | aur-b352618ea62585a32c252ca19600fa9175c6c2f0.tar.gz |
Update to version 24.1.4.
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = ttf-iosevka-ss01 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 24.1.3 + pkgver = 24.1.4 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v24.1.3/ttf-iosevka-ss01-24.1.3.zip - source = ttf-iosevka-ss01-24.1.3-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v24.1.3/LICENSE.md - sha256sums = 734ade750356b031d02c66066f803e6b240e61ab37218323a5427460ad6b781d + source = https://github.com/be5invis/Iosevka/releases/download/v24.1.4/ttf-iosevka-ss01-24.1.4.zip + source = ttf-iosevka-ss01-24.1.4-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v24.1.4/LICENSE.md + sha256sums = 9e51c9b0c1adf78faba26e91cec6447d83859b891f660c8dde0bdcdd19ffaaff sha256sums = 7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558 pkgname = ttf-iosevka-ss01 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-ss01 -pkgver=24.1.3 +pkgver=24.1.4 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-ss01-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('734ade750356b031d02c66066f803e6b240e61ab37218323a5427460ad6b781d' +sha256sums=('9e51c9b0c1adf78faba26e91cec6447d83859b891f660c8dde0bdcdd19ffaaff' '7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558') package() { |