diff options
author | Markus Weimar | 2023-08-13 13:46:53 +0200 |
---|---|---|
committer | Markus Weimar | 2023-08-13 13:46:53 +0200 |
commit | 713c40f8c1457fde084bee55a85dfc2aa4cd7fb6 (patch) | |
tree | a1948e9cebdc32145316b4f3a72345f98944c3b0 | |
parent | e0523994efc87b9d4030f636c605830c91e9fcda (diff) | |
download | aur-713c40f8c1457fde084bee55a85dfc2aa4cd7fb6.tar.gz |
Update to version 26.1.0.
-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-slab pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 26.0.2 + pkgver = 26.1.0 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v26.0.2/ttf-iosevka-fixed-curly-slab-26.0.2.zip - source = ttf-iosevka-fixed-curly-slab-26.0.2-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v26.0.2/LICENSE.md - sha256sums = 5349e900c1f8c2e1aa9216b7168e2ff07b6b534b4ede74328c390227dcac5460 + source = https://github.com/be5invis/Iosevka/releases/download/v26.1.0/ttf-iosevka-fixed-curly-slab-26.1.0.zip + source = ttf-iosevka-fixed-curly-slab-26.1.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v26.1.0/LICENSE.md + sha256sums = 84810ee602178479861d351a43afe1216fb3d662e219bac41a3dbf8e8bd50f4f sha256sums = 7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558 pkgname = ttf-iosevka-fixed-curly-slab @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-curly-slab -pkgver=26.0.2 +pkgver=26.1.0 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-slab-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('5349e900c1f8c2e1aa9216b7168e2ff07b6b534b4ede74328c390227dcac5460' +sha256sums=('84810ee602178479861d351a43afe1216fb3d662e219bac41a3dbf8e8bd50f4f' '7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558') package() { |