summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWesley Moore2023-01-03 11:23:21 +1000
committerWesley Moore2023-01-03 11:23:21 +1000
commit839bbad4c8709b7e7fafedcdcbc6775dc27b6536 (patch)
tree547778f054634ef41f6782ea60f381c1c3594dca /PKGBUILD
parentffb336c117e88961e4d7ae25bc44aa1e6757f8ce (diff)
downloadaur-839bbad4c8709b7e7fafedcdcbc6775dc27b6536.tar.gz
Version 0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7456150624b..ac2458950a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wesley Moore <wes@wezm.net>
pkgname=allsorts-tools
-pkgver=0.8.0
+pkgver=0.10.0
pkgrel=1
pkgdesc='Font debugging tools based on the Allsorts font shaping engine'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/yeslogic/allsorts-tools"
license=('Apache')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('2b1a2f4a7bc2f4e243dd9c2acaa406fbf8d4524082b6f1ac06e289db5aa54499')
+sha256sums=('dfdc8941fa1b3eb185ddcab885eab91be985613de62824afc99b4a556fc430c9')
build() {
cd "$pkgname-$pkgver"