diff options
author | Markus Weimar | 2021-06-28 11:03:22 +0200 |
---|---|---|
committer | Markus Weimar | 2021-06-28 11:03:22 +0200 |
commit | 6e06a9673584678bc39fdf45339d30e0d7df56e1 (patch) | |
tree | ea59c8bf503b3ec1d82cf99ec64b72668b7c6538 | |
parent | 911218dcea450a9b358f2fbbebe65b3135bcd1b8 (diff) | |
download | aur-6e06a9673584678bc39fdf45339d30e0d7df56e1.tar.gz |
Update to version 7.2.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-curly pkgdesc = Typeface family designed for coding, terminal use and technical documents. - pkgver = 7.2.0 + pkgver = 7.2.1 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v7.2.0/ttf-iosevka-fixed-curly-7.2.0.zip - source = ttf-iosevka-fixed-curly-7.2.0-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v7.2.0/LICENSE.md - sha256sums = fb831cd6b33a5bd48e257855262fe20147406b2def71448cfd23c8ed5b8bdd29 + source = https://github.com/be5invis/Iosevka/releases/download/v7.2.1/ttf-iosevka-fixed-curly-7.2.1.zip + source = ttf-iosevka-fixed-curly-7.2.1-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v7.2.1/LICENSE.md + sha256sums = 194353e6e482fb1b877e27442b1ebb9edda33a1a51cd414ff028cfebc2d19851 sha256sums = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80 pkgname = ttf-iosevka-fixed-curly @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-curly -pkgver=7.2.0 +pkgver=7.2.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-curly-${pkgver}.zip" "${pkgname}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md") -sha256sums=('fb831cd6b33a5bd48e257855262fe20147406b2def71448cfd23c8ed5b8bdd29' +sha256sums=('194353e6e482fb1b877e27442b1ebb9edda33a1a51cd414ff028cfebc2d19851' '72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80') package() { |