summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpalkeo2020-01-16 15:28:14 +1300
committerpalkeo2020-01-16 15:28:14 +1300
commit053b7f26344f19d7f60df446881bcdfa7739f6fb (patch)
tree1eee79ccf63d9b26beb8b22e724eac493490a06e
parentaa3ecd9e23a098a2daed357d9ad77daf56788f06 (diff)
downloadaur-053b7f26344f19d7f60df446881bcdfa7739f6fb.tar.gz
Update to 6.8.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0735a8e3effe..4b98fb061c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: bluebugs < cedric dot bail at free dot fr >
pkgname=ganache-cli
-pkgver=6.0.3
+pkgver=6.8.1
pkgrel=1
pkgdesc='Personal blockchain for Ethereum development.'
url='https://github.com/trufflesuite/ganache-cli'
@@ -11,7 +11,7 @@ noextract=("ganache-cli-${pkgver}.tgz")
makedepends=('npm')
depends=('nodejs')
conflicts=('ganache-cli-git')
-sha1sums=('8b9da149707daa29c69da26f0582b89c90113b9c')
+sha1sums=('SKIP')
provides=('ganache-cli')
optdepends=('mocha: testing support'
'testrpc: testing support'