summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwowario2019-06-14 16:55:11 +0300
committerwowario2019-06-14 16:55:11 +0300
commit84e3a893e2d75a326021e581e6477cade3c04e35 (patch)
tree7ff32988bc46f064eb9316e82b30716eed0a9aac /PKGBUILD
parent1fec3c908c205e9394e9160fbfacb8f5aa1340c7 (diff)
downloadaur-84e3a893e2d75a326021e581e6477cade3c04e35.tar.gz
bump to 0.6.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2cd07f9e341..404b72ec6f19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('wownero-git')
pkgname=('wownero-git')
-pkgver=0.6.1.0
+pkgver=0.6.1.1
pkgrel=1
pkgdesc="a fairly launched privacy-centric meme coin with no premine and a finite supply"
license=('custom:Cryptonote')
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
- git fetch --tags && git checkout tags/v0.6.1.0 -b v0.6.1.0
+ git fetch --tags && git checkout tags/v0.6.1.1 -b v0.6.1.1
USE_SINGLE_BUILDDIR=1 make
}