diff options
author | Markus Weimar | 2023-11-11 16:42:10 +0100 |
---|---|---|
committer | Markus Weimar | 2023-11-11 16:42:10 +0100 |
commit | 2972c5ae2f79e2e1ec9de2203468a21c1d6fe5b3 (patch) | |
tree | cfc8feb0b17cad89962cd3609c27f7fb6c7aa412 | |
parent | 72528ac245db2b9a0530721dee4aaaa7848a5d27 (diff) | |
download | aur-2972c5ae2f79e2e1ec9de2203468a21c1d6fe5b3.tar.gz |
Update to version 27.3.5.
-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 = 27.3.4 + pkgver = 27.3.5 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v27.3.4/ttf-iosevka-fixed-ss03-27.3.4.zip - source = ttf-iosevka-fixed-ss03-27.3.4-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v27.3.4/LICENSE.md - sha256sums = f671dab4e7126391ed5c76e0527ad1346c5fd46b76d457e889ea4c513927fd93 + source = https://github.com/be5invis/Iosevka/releases/download/v27.3.5/ttf-iosevka-fixed-ss03-27.3.5.zip + source = ttf-iosevka-fixed-ss03-27.3.5-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v27.3.5/LICENSE.md + sha256sums = c274f068cc4e7daee8a4fd944325798d5ced54570fd457b9e22aab3458c99b6d sha256sums = 7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558 pkgname = ttf-iosevka-fixed-ss03 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss03 -pkgver=27.3.4 +pkgver=27.3.5 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=('f671dab4e7126391ed5c76e0527ad1346c5fd46b76d457e889ea4c513927fd93' +sha256sums=('c274f068cc4e7daee8a4fd944325798d5ced54570fd457b9e22aab3458c99b6d' '7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558') package() { |