diff options
author | Markus Weimar | 2021-05-04 16:50:29 +0200 |
---|---|---|
committer | Markus Weimar | 2021-05-04 16:50:29 +0200 |
commit | 115391f39796995e8e071eaea785c07c96dc4a12 (patch) | |
tree | 4325f83c12f8dcf302058f72d2b741da7072c279 | |
parent | 606192b192c52c290eda0d977322cd9216058152 (diff) | |
download | aur-115391f39796995e8e071eaea785c07c96dc4a12.tar.gz |
Update to version 6.1.3.
-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 = 6.1.2 + pkgver = 6.1.3 pkgrel = 1 url = https://typeof.net/Iosevka/ arch = any license = OFL - source = https://github.com/be5invis/Iosevka/releases/download/v6.1.2/ttf-iosevka-fixed-ss12-6.1.2.zip - source = ttf-iosevka-fixed-ss12-6.1.2-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v6.1.2/LICENSE.md - sha256sums = b60f3229b9a6537b14741b46838527642c57874963c855cbb5e7784a3ee2e631 + source = https://github.com/be5invis/Iosevka/releases/download/v6.1.3/ttf-iosevka-fixed-ss12-6.1.3.zip + source = ttf-iosevka-fixed-ss12-6.1.3-1-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v6.1.3/LICENSE.md + sha256sums = 2beac43caefd55f7967ca41503d65b3b01db2b86cd6877260a4525f3eeb7c7c8 sha256sums = 72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80 pkgname = ttf-iosevka-fixed-ss12 @@ -1,6 +1,6 @@ # Maintainer: Markus Weimar <mail@markusweimar.de> pkgname=ttf-iosevka-fixed-ss12 -pkgver=6.1.2 +pkgver=6.1.3 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=('b60f3229b9a6537b14741b46838527642c57874963c855cbb5e7784a3ee2e631' +sha256sums=('2beac43caefd55f7967ca41503d65b3b01db2b86cd6877260a4525f3eeb7c7c8' '72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80') package() { |