diff options
author | Markus Weimar | 2024-03-17 14:46:50 +0100 |
---|---|---|
committer | Markus Weimar | 2024-03-17 14:46:50 +0100 |
commit | 479c6c54c1007adc21f54548cd5133b73fa1db9d (patch) | |
tree | 8bbaf4e7cc8fb7b7c93adcc4b6793010aea68ad3 | |
parent | 8c68e5ea99682f78fc008e469bfe0a32edf02e3b (diff) | |
download | aur-479c6c54c1007adc21f54548cd5133b73fa1db9d.tar.gz |
Update to version 29.0.2.
-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-ss03 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 29.0.1 + pkgver = 29.0.2 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v29.0.1/PkgTTF-IosevkaFixedSS03-29.0.1.zip - source = ttf-iosevka-fixed-ss03-29.0.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v29.0.1/LICENSE.md - sha256sums = 8c883e3a82867bec18c6881a500fa32057cdc51c6ccc1f3afaa0ded9332d9875 + source = https://github.com/be5invis/Iosevka/releases/download/v29.0.2/PkgTTF-IosevkaFixedSS03-29.0.2.zip + source = ttf-iosevka-fixed-ss03-29.0.2-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v29.0.2/LICENSE.md + sha256sums = dfb9c177443836e360d252ffc69ae1b32f3c4012f7b90a0651561a8de94b1c0d sha256sums = 8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7 pkgname = ttf-iosevka-fixed-ss03 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss03 -pkgver=29.0.1 +pkgver=29.0.2 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-IosevkaFixedSS03-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('8c883e3a82867bec18c6881a500fa32057cdc51c6ccc1f3afaa0ded9332d9875' +sha256sums=('dfb9c177443836e360d252ffc69ae1b32f3c4012f7b90a0651561a8de94b1c0d' '8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7') package() { |