summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Weiss2018-01-05 00:29:16 -0800
committerMaximilian Weiss2018-01-05 00:29:16 -0800
commit5b2f446fd4844edf0c27c40f10ce3df1923501b7 (patch)
treead5139a772f7c6b74b6ef9a2b40870b3bcfc0c94
parent06409f9593114afd43b33257ee359b977f79317c (diff)
downloadaur-5b2f446fd4844edf0c27c40f10ce3df1923501b7.tar.gz
Updated to 1.1.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b13c01ce7d3e..76b1d9010ff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-lyra2re2_hash
pkgdesc = Bindings for Lyra2RE2 proof of work used by Vertcoin
- pkgver = 1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/metalicjames/lyra2re-hash-python
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2341c88720c0..a7da1fca8a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: James Lovejoy <$(echo "Y29udGFjdEB2ZXJ0Y29pbi5vcmcK" | base64 -d)>
pkgname=python2-lyra2re2_hash
-pkgver=1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='Bindings for Lyra2RE2 proof of work used by Vertcoin'
@@ -21,7 +21,7 @@ sha256sums=('SKIP')
build() {
cd "$srcdir/lyra2re-hash-python/"
- git checkout 6677dd3a6b3ebb7e6ef76d08311d5b8580cdec26
+ git checkout f0fa90423a1c564a1a3185418b05169b2c2222e1
}
package() {