diff options
author | Markus Weimar | 2020-05-20 09:24:07 +0200 |
---|---|---|
committer | Markus Weimar | 2020-05-20 09:24:07 +0200 |
commit | d728ea37eac127f04b4393a593c1795406c20ed9 (patch) | |
tree | df77134fecfe0f577f57234ff4d4084f346bfe33 | |
parent | 8e5828db7fcf6ee0c2e4fd577591be395bc41772 (diff) | |
download | aur-d728ea37eac127f04b4393a593c1795406c20ed9.tar.gz |
Update to version 3.0.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-ss01 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 3.0.0 + pkgver = 3.0.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v3.0.0/ttf-iosevka-fixed-ss01-3.0.0.zip - source = ttf-iosevka-fixed-ss01-3.0.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.0.0/LICENSE.md - sha256sums = f35b1ae626bd805a63dfa6c516e6f9b5e576c3884906e9fe1b7afa5de20cd90d + source = https://github.com/be5invis/Iosevka/releases/download/v3.0.1/ttf-iosevka-fixed-ss01-3.0.1.zip + source = ttf-iosevka-fixed-ss01-3.0.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.0.1/LICENSE.md + sha256sums = f008a9e388488515ea438c10134f07cafc95c1a3c9a04864e83328fe65723dfa sha256sums = e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9 pkgname = ttf-iosevka-fixed-ss01 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss01 -pkgver=3.0.0 +pkgver=3.0.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-ss01-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('f35b1ae626bd805a63dfa6c516e6f9b5e576c3884906e9fe1b7afa5de20cd90d' +sha256sums=('f008a9e388488515ea438c10134f07cafc95c1a3c9a04864e83328fe65723dfa' 'e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9') package() { |