summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Levy2019-11-09 19:50:22 -0500
committerBenjamin Levy2019-11-09 19:50:22 -0500
commitec48fd782f56233c30cfde99d0fd1f2cb8cbfe7f (patch)
tree52c11001939928143ee5d9b046fea29d14f77f8c /PKGBUILD
parent7f50c4d0a6e5db31843f3071bac565e5bfcf775f (diff)
downloadaur-ec48fd782f56233c30cfde99d0fd1f2cb8cbfe7f.tar.gz
Update to v1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f546d4b9016..e2d8e0ba5ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=unf
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -8,7 +8,7 @@ pkgdesc="UNixize Filename -- replace annoying anti-unix characters in filenames"
license=('MIT')
url="https://github.com/io12/unf"
source=("https://github.com/io12/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('7655cdb6697e477a2992e301632b7d56')
+md5sums=('e15354083773780ca719bccfbf0fb193')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"