diff options
author | Markus Weimar | 2022-12-18 07:57:38 +0100 |
---|---|---|
committer | Markus Weimar | 2022-12-18 07:57:38 +0100 |
commit | d7881a1d1740da29e78d1689f54bdef78ba6aa47 (patch) | |
tree | 48ca27a6d1b8800729819a4d835719e57fdea77e | |
parent | 46a19536de4775b4928b539db04a7ddfb7d51c05 (diff) | |
download | aur-d7881a1d1740da29e78d1689f54bdef78ba6aa47.tar.gz |
Update to version 16.8.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 = 16.8.0 + pkgver = 16.8.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v16.8.0/ttf-iosevka-fixed-ss01-16.8.0.zip - source = ttf-iosevka-fixed-ss01-16.8.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v16.8.0/LICENSE.md - sha256sums = 760c4c047c3a049ab0e9a135ff91fef29d4dfd79a31ef1dca8266a7f6d2a2dd8 + source = https://github.com/be5invis/Iosevka/releases/download/v16.8.1/ttf-iosevka-fixed-ss01-16.8.1.zip + source = ttf-iosevka-fixed-ss01-16.8.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v16.8.1/LICENSE.md + sha256sums = 2afcd6329f71871b9b1a2c530ef31056d8c5be04f1160106a509b891f9041b6e sha256sums = 46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1 pkgname = ttf-iosevka-fixed-ss01 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss01 -pkgver=16.8.0 +pkgver=16.8.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=('760c4c047c3a049ab0e9a135ff91fef29d4dfd79a31ef1dca8266a7f6d2a2dd8' +sha256sums=('2afcd6329f71871b9b1a2c530ef31056d8c5be04f1160106a509b891f9041b6e' '46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1') package() { |