diff options
author | Markus Weimar | 2023-03-20 16:15:23 +0100 |
---|---|---|
committer | Markus Weimar | 2023-03-20 16:15:23 +0100 |
commit | 2d218a62211351ad335fe7d5c786af7423d44b18 (patch) | |
tree | cc7a2bc141f073095a7f049473767e18f8b8beae | |
parent | 1def1a9c851b040f83f43df37fdf80c1010a1a90 (diff) | |
download | aur-2d218a62211351ad335fe7d5c786af7423d44b18.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-curly 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-curly-21.1.0.zip - source = ttf-iosevka-fixed-curly-21.1.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v21.1.0/LICENSE.md - sha256sums = cc9f49f2c3b4140eec516451f2336f8dfc216a0b1a3ec61719b6db0ff6d02972 + source = https://github.com/be5invis/Iosevka/releases/download/v21.1.1/ttf-iosevka-fixed-curly-21.1.1.zip + source = ttf-iosevka-fixed-curly-21.1.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v21.1.1/LICENSE.md + sha256sums = c9458642b01ea11c914b19c14a67569c28c7dc7ab068248021729b6a7ad4f481 sha256sums = 7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558 pkgname = ttf-iosevka-fixed-curly @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-curly -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-curly-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('cc9f49f2c3b4140eec516451f2336f8dfc216a0b1a3ec61719b6db0ff6d02972' +sha256sums=('c9458642b01ea11c914b19c14a67569c28c7dc7ab068248021729b6a7ad4f481' '7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558') package() { |