diff options
author | Markus Weimar | 2024-08-04 12:32:39 +0200 |
---|---|---|
committer | Markus Weimar | 2024-08-04 12:32:39 +0200 |
commit | bc0201b9c0eada10d4f2e7e4f7b949944292ee21 (patch) | |
tree | b225ef463af7fbe1ac3acd127975b20a9a629749 | |
parent | 0e3302213400b85a737b3bb826c6574a537283d8 (diff) | |
download | aur-bc0201b9c0eada10d4f2e7e4f7b949944292ee21.tar.gz |
Update to version 31.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-etoile pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 31.0.0 + pkgver = 31.1.0 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v31.0.0/PkgTTF-IosevkaEtoile-31.0.0.zip - source = ttf-iosevka-etoile-31.0.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v31.0.0/LICENSE.md - sha256sums = 278add76fb83d404270b5f63e44dd17b0ee57b686e808208077786a6f5cb0f91 + source = https://github.com/be5invis/Iosevka/releases/download/v31.1.0/PkgTTF-IosevkaEtoile-31.1.0.zip + source = ttf-iosevka-etoile-31.1.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v31.1.0/LICENSE.md + sha256sums = a6979d2bde1a772114c47f30bbf932a266cd82524661fdcc9e56495b248e3503 sha256sums = 8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7 pkgname = ttf-iosevka-etoile @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-etoile -pkgver=31.0.0 +pkgver=31.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}/PkgTTF-IosevkaEtoile-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('278add76fb83d404270b5f63e44dd17b0ee57b686e808208077786a6f5cb0f91' +sha256sums=('a6979d2bde1a772114c47f30bbf932a266cd82524661fdcc9e56495b248e3503' '8c914a5c7d8d5e5be1ae07fd8591b437ece15b665f6ccc913cea050ffa8448f7') package() { |