summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAidan Epstein2019-10-18 16:00:03 -0700
committerAidan Epstein2019-10-18 16:00:03 -0700
commit8024103549555c566f7c501b4149d745b67d03fb (patch)
treedaf9c6b1ccaf48b29ae68782271adf0e5f8da09c /PKGBUILD
parentea01112929e82ffa877d405fc75becf8c9f4e943 (diff)
downloadaur-8024103549555c566f7c501b4149d745b67d03fb.tar.gz
Update to 1.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c519a07661b5..7d2da1038247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=tokenserver
pkgdesc="Mozilla Token Server"
url="https://github.com/mozilla-services/tokenserver"
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
arch=("any")
@@ -24,7 +24,7 @@ depends=(
)
source=("https://github.com/mozilla-services/tokenserver/archive/${pkgver}.tar.gz")
-sha512sums=('7e416f80d5c0a67c4120989682b15e9ffcf18c0d4674703c858255ef42b1c66feba8efb8814201c30f2eb79ac0703cc54d64f645b42a105087449230aa406d62')
+sha512sums=('f6b535779456131c02b35fb15ba176660fb15e8a3643ed5865c454032c0fa006f0927cee0f138daec93cf003f1966c66cc051ad828e63646be894123eaa04a29')
build(){
cd ${srcdir}/${_pkgname}-${pkgver}