diff options
author | Markus Weimar | 2020-09-19 19:20:26 +0200 |
---|---|---|
committer | Markus Weimar | 2020-09-19 19:20:26 +0200 |
commit | 312be63bdc77e334e612b825a09e12d6b11dc525 (patch) | |
tree | 9b010fc92222d73b3da1dfadd687fb47fe17daa0 | |
parent | c6ffa38ee3574b59bb22c5b968173a72ff5385f5 (diff) | |
download | aur-312be63bdc77e334e612b825a09e12d6b11dc525.tar.gz |
Update to version 3.6.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-ss12 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 3.6.0 + pkgver = 3.6.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v3.6.0/ttf-iosevka-fixed-ss12-3.6.0.zip - source = ttf-iosevka-fixed-ss12-3.6.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.6.0/LICENSE.md - sha256sums = 2613956bcd3ac2c47c2b1bdab0373880453009fd5d7f1cc6f14c8c3703aea39b + source = https://github.com/be5invis/Iosevka/releases/download/v3.6.1/ttf-iosevka-fixed-ss12-3.6.1.zip + source = ttf-iosevka-fixed-ss12-3.6.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.6.1/LICENSE.md + sha256sums = 8ed01fdf2ed7ea82f719ff366293e58fb92dba31eaa7aaecec26cee252a18449 sha256sums = e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9 pkgname = ttf-iosevka-fixed-ss12 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss12 -pkgver=3.6.0 +pkgver=3.6.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-ss12-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('2613956bcd3ac2c47c2b1bdab0373880453009fd5d7f1cc6f14c8c3703aea39b' +sha256sums=('8ed01fdf2ed7ea82f719ff366293e58fb92dba31eaa7aaecec26cee252a18449' 'e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9') package() { |