summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Gurtzick2018-04-17 15:54:11 +0200
committerTobias Gurtzick2018-04-17 15:54:11 +0200
commit2de4b298879c752b3de5a876c899b68f706e00fd (patch)
tree4db6029650c3a844edeb204bcfea67824df0e275
parent36cd898b1c273860a9624cbadc7501d7ca3b1323 (diff)
downloadaur-2de4b298879c752b3de5a876c899b68f706e00fd.tar.gz
update to ganache 1.1.0
Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe8fdb87778c..dbfc838068bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ganache
-pkgver=1.0.2
-_pkgver=1.0.2
+pkgver=1.1.0
+_pkgver=1.1.0
pkgrel=1
pkgdesc='A local Ethereum blockchain'
url='http://truffleframework.com/ganache/'
@@ -9,7 +9,7 @@ license=('MIT')
source=("https://github.com/trufflesuite/ganache/releases/download/v${_pkgver}/ganache-${_pkgver}-x86_64.AppImage"
"appimagekit-Ganache.desktop"
)
-sha256sums=('c92b1e39e882c533ed150770f77755291f31a6f1383767e53800b63115341e37'
+sha256sums=('57bbd55bccf2f74462e89f8096f550335bc748b039f068ed7b48584084ad7dfb'
SKIP
)
noextract=('ganache-${_pkgver}-x86_64.AppImage')