diff options
author | Markus Weimar | 2020-07-12 09:59:08 +0200 |
---|---|---|
committer | Markus Weimar | 2020-07-12 09:59:08 +0200 |
commit | 66ae3b3583d4a1d506565bbef838c38dd0ad3a0e (patch) | |
tree | f239c48916bd39d4f8a1a6d19321997d89aa8257 | |
parent | ef1bf577e2c58bf886d6297e9cb671038ffb5ad1 (diff) | |
download | aur-66ae3b3583d4a1d506565bbef838c38dd0ad3a0e.tar.gz |
Update to version 3.3.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-ss12 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 3.2.2 + pkgver = 3.3.0 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v3.2.2/ttf-iosevka-fixed-ss12-3.2.2.zip - source = ttf-iosevka-fixed-ss12-3.2.2-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.2.2/LICENSE.md - sha256sums = 1ae6bc0110e676d4ff93408b9da768bae64b6e85a2d07633f33e4afa358354d8 + source = https://github.com/be5invis/Iosevka/releases/download/v3.3.0/ttf-iosevka-fixed-ss12-3.3.0.zip + source = ttf-iosevka-fixed-ss12-3.3.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v3.3.0/LICENSE.md + sha256sums = 8e8c7e869b2279d85d43cc48dff6452a1c863250320104474d535a617263477d sha256sums = e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9 pkgname = ttf-iosevka-fixed-ss12 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss12 -pkgver=3.2.2 +pkgver=3.3.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-ss12-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('1ae6bc0110e676d4ff93408b9da768bae64b6e85a2d07633f33e4afa358354d8' +sha256sums=('8e8c7e869b2279d85d43cc48dff6452a1c863250320104474d535a617263477d' 'e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9') package() { |