diff options
author | Markus Weimar | 2021-03-27 18:32:26 +0100 |
---|---|---|
committer | Markus Weimar | 2021-03-27 18:32:26 +0100 |
commit | cd3c1473e0c0bddbe4fee4c562501a01406fb0b3 (patch) | |
tree | d680d6835d6bf19f5b3fedce681753d5e40da940 | |
parent | 99ff13e17cac9450bfd62e6a5f83d62603f90e85 (diff) | |
download | aur-cd3c1473e0c0bddbe4fee4c562501a01406fb0b3.tar.gz |
Update to version 5.1.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-ss11 pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 5.0.9 + pkgver = 5.1.0 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v5.0.9/ttf-iosevka-fixed-ss11-5.0.9.zip - source = ttf-iosevka-fixed-ss11-5.0.9-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v5.0.9/LICENSE.md - sha256sums = 6e71fba6781ac323434ccc9b549114d6a0803bbdb60da35270d110251843f86e + source = https://github.com/be5invis/Iosevka/releases/download/v5.1.0/ttf-iosevka-fixed-ss11-5.1.0.zip + source = ttf-iosevka-fixed-ss11-5.1.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v5.1.0/LICENSE.md + sha256sums = dd579a651192464b803390cd303dc66812c2904c80046957a1f8a3a4e349a371 sha256sums = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80 pkgname = ttf-iosevka-fixed-ss11 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss11 -pkgver=5.0.9 +pkgver=5.1.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-ss11-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('6e71fba6781ac323434ccc9b549114d6a0803bbdb60da35270d110251843f86e' +sha256sums=('dd579a651192464b803390cd303dc66812c2904c80046957a1f8a3a4e349a371' '72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80') package() { |