diff options
author | Markus Weimar | 2023-03-20 16:15:23 +0100 |
---|---|---|
committer | Markus Weimar | 2023-03-20 16:15:23 +0100 |
commit | b512786f6a7d3c1dc0117eb137f5008482510dae (patch) | |
tree | 728f516f49fbb2bf7771380b8e02a1659191d88a | |
parent | a66a5d3039b0776dcadf1b126c27a05480d7ef42 (diff) | |
download | aur-b512786f6a7d3c1dc0117eb137f5008482510dae.tar.gz |
Update to version 21.1.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-ss03 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 21.1.0 + pkgver = 21.1.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v21.1.0/ttf-iosevka-fixed-ss03-21.1.0.zip - source = ttf-iosevka-fixed-ss03-21.1.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v21.1.0/LICENSE.md - sha256sums = 0ac49e7046edf5ea5b8a7f1ca11c266d09178140dd5418c6e6b130b990aed816 + source = https://github.com/be5invis/Iosevka/releases/download/v21.1.1/ttf-iosevka-fixed-ss03-21.1.1.zip + source = ttf-iosevka-fixed-ss03-21.1.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v21.1.1/LICENSE.md + sha256sums = d1451940585884bc529d40e48ea74fd3d2edecbc188e008b3253b29bc6d1e17d sha256sums = 7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558 pkgname = ttf-iosevka-fixed-ss03 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss03 -pkgver=21.1.0 +pkgver=21.1.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-fixed-ss03-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('0ac49e7046edf5ea5b8a7f1ca11c266d09178140dd5418c6e6b130b990aed816' +sha256sums=('d1451940585884bc529d40e48ea74fd3d2edecbc188e008b3253b29bc6d1e17d' '7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558') package() { |