summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Keith Darunday2020-11-01 08:32:52 +0800
committerJan Keith Darunday2020-11-01 08:32:52 +0800
commitaf9887ad7611825e6bd554f44b4effdd3edcedc4 (patch)
tree4246207699b29a08b64a99875d8c770d76f6b364
parent94ba851ea9bfb52648310a2068345e8b3382573f (diff)
downloadaur-af9887ad7611825e6bd554f44b4effdd3edcedc4.tar.gz
Update version to 2.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cf2d894c2bf..a22b01c55e31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ganache-bin
pkgdesc = Personal Blockchain for Ethereum
- pkgver = 2.4.0
+ pkgver = 2.5.4
pkgrel = 1
url = https://truffleframework.com/ganache
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = ganache-bin
conflicts = ganache
source = ganache.desktop
sha256sums = 5133e6aa1fd234cdc63b7917d0735b7afd47a96515037695cf026da8c9862938
- source_x86_64 = ganache-2.4.0.AppImage::https://github.com/trufflesuite/ganache/releases/download/v2.4.0/ganache-2.4.0-linux-x86_64.AppImage
- sha256sums_x86_64 = 195de06d9cf38ec6f2ed57feaff7ac717530ea08a7b3c86020fa78079a734238
+ source_x86_64 = ganache-2.5.4.AppImage::https://github.com/trufflesuite/ganache/releases/download/v2.5.4/ganache-2.5.4-linux-x86_64.AppImage
+ sha256sums_x86_64 = f5ed8c1088e5253b79d63cbe2f9cf8615c9e8a125844d95db83f5023053c9e8f
pkgname = ganache-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb7929918436..261a422796e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ganache-bin
_pkgname=ganache
-pkgver=2.4.0
+pkgver=2.5.4
pkgrel=1
pkgdesc='Personal Blockchain for Ethereum'
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=('ganache')
source=('ganache.desktop')
source_x86_64=("ganache-$pkgver.AppImage::https://github.com/trufflesuite/ganache/releases/download/v$pkgver/ganache-$pkgver-linux-$arch.AppImage")
sha256sums=('5133e6aa1fd234cdc63b7917d0735b7afd47a96515037695cf026da8c9862938')
-sha256sums_x86_64=('195de06d9cf38ec6f2ed57feaff7ac717530ea08a7b3c86020fa78079a734238')
+sha256sums_x86_64=('f5ed8c1088e5253b79d63cbe2f9cf8615c9e8a125844d95db83f5023053c9e8f')
prepare() {
chmod +x ./ganache-$pkgver.AppImage