summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Podgorny2018-03-06 17:59:11 +0100
committerRadek Podgorny2018-03-06 17:59:11 +0100
commitc04bdb662b6b7681847b349afa8cf1eee79757cd (patch)
tree487ad1bf6efab2cfd88091500ee91ac8f54da149
parent0011a395ab445cc81da3b530b4df7bf292814ccc (diff)
downloadaur-c04bdb662b6b7681847b349afa8cf1eee79757cd.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ec9af33be0..f3cd1600c3bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = litecoin-qt
pkgdesc = Peer-to-peer network based digital currency (QT)
- pkgver = 0.14.2
- pkgrel = 2
+ pkgver = 0.15.1
+ pkgrel = 1
url = http://www.litecoin.org/
install = litecoin-qt.install
arch = i686
@@ -16,9 +16,9 @@ pkgbase = litecoin-qt
depends = protobuf
depends = libevent
conflicts = litecoin
- source = https://github.com/litecoin-project/litecoin/archive/v0.14.2.tar.gz
+ source = https://github.com/litecoin-project/litecoin/archive/v0.15.1.tar.gz
source = litecoin-qt.desktop
- sha256sums = 4db5473be17fc707acfa4bc5d13b5c07915fa8c28b404ca0e6969fecc41744b2
+ sha256sums = 570adae0d4a9567110967aba2ea5d90ce8c421313f453523c4fd23b9339c7d2b
sha256sums = cfc53dc9028745358235698ddd562d3e6b4a3ea9f896f5efc1aa8cd81f595559
pkgname = litecoin-qt
diff --git a/PKGBUILD b/PKGBUILD
index a8345a53fbfa..6216daf531ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Nicolas Doualot <packages at slubman.info>
pkgname='litecoin-qt'
-pkgver=0.14.2
-pkgrel=2
+pkgver=0.15.1
+pkgrel=1
arch=('i686' 'x86_64')
url="http://www.litecoin.org/"
license=('MIT')
@@ -15,7 +15,7 @@ conflicts=(litecoin)
install=litecoin-qt.install
source=("https://github.com/litecoin-project/litecoin/archive/v$pkgver.tar.gz"
"$pkgname.desktop")
-sha256sums=('4db5473be17fc707acfa4bc5d13b5c07915fa8c28b404ca0e6969fecc41744b2'
+sha256sums=('570adae0d4a9567110967aba2ea5d90ce8c421313f453523c4fd23b9339c7d2b'
'cfc53dc9028745358235698ddd562d3e6b4a3ea9f896f5efc1aa8cd81f595559')
build() {