diff options
author | Markus Weimar | 2022-12-16 11:02:50 +0100 |
---|---|---|
committer | Markus Weimar | 2022-12-16 11:02:50 +0100 |
commit | 27402c2a200d8d69885e4a33ab1aa1ba1f8804e3 (patch) | |
tree | 1ccbdffd4b0873d00e205101c0128daeaa891e4e | |
parent | 3018379d3001c49bdeaabb70b31502ef881127f0 (diff) | |
download | aur-27402c2a200d8d69885e4a33ab1aa1ba1f8804e3.tar.gz |
Update to version 16.8.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 = 16.7.0 + pkgver = 16.8.0 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v16.7.0/ttf-iosevka-fixed-ss12-16.7.0.zip - source = ttf-iosevka-fixed-ss12-16.7.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v16.7.0/LICENSE.md - sha256sums = 2fde81fca5fd86c796e99f8f2d4dd9c690dbda042166eb18b18d9ba8b09dcfd0 + source = https://github.com/be5invis/Iosevka/releases/download/v16.8.0/ttf-iosevka-fixed-ss12-16.8.0.zip + source = ttf-iosevka-fixed-ss12-16.8.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v16.8.0/LICENSE.md + sha256sums = 5dfa732a2ddd5bfcc59a307085ca28b6d037fca6f8a81bae9df2c1ccda8ba5d1 sha256sums = 46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1 pkgname = ttf-iosevka-fixed-ss12 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss12 -pkgver=16.7.0 +pkgver=16.8.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=('2fde81fca5fd86c796e99f8f2d4dd9c690dbda042166eb18b18d9ba8b09dcfd0' +sha256sums=('5dfa732a2ddd5bfcc59a307085ca28b6d037fca6f8a81bae9df2c1ccda8ba5d1' '46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1') package() { |