summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2399cf346389..a9b7e6b2faf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chia-gui
pkgdesc = A new blockchain and smart transaction platform that is easier to use, more efficient, and secure. - Also installs GUI, using system electron
- pkgver = 1.1.2
- pkgrel = 2
+ pkgver = 1.1.4
+ pkgrel = 1
url = https://www.chia.net/
arch = any
license = Apache
@@ -11,10 +11,10 @@ pkgbase = chia-gui
conflicts = chia
conflicts = chia-gui
options = !strip
- source = https://github.com/Chia-Network/chia-blockchain/releases/download/1.1.2/chia-blockchain_1.1.2_amd64.deb
+ source = https://github.com/Chia-Network/chia-blockchain/releases/download/1.1.4/chia-blockchain_1.1.4_amd64.deb
source = chia-blockchain.png
source = chia-blockchain
- md5sums = d228338ce1eb68e496c5fafdb2f92070
+ md5sums = 3e38f59d5d351475bd00cd86a6264aed
md5sums = 05797ff1f5ef580c7243e0182c822701
md5sums = 8853d24b7c76a33a74b235999e270ef8
diff --git a/PKGBUILD b/PKGBUILD
index 0f326edbbf6d..cb7b006b95ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='chia-gui'
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
pkgdesc="A new blockchain and smart transaction platform that is easier to use, more efficient, and secure. - Also installs GUI, using system electron"
arch=('any')
url="https://www.chia.net/"
@@ -24,6 +24,6 @@ package() {
install -Dm755 "chia-blockchain" "${pkgdir}/usr/bin/chia-blockchain"
ln -s /usr/share/chia-blockchain/app.asar.unpacked/daemon/chia "${pkgdir}/usr/bin/chia"
}
-md5sums=('d228338ce1eb68e496c5fafdb2f92070'
+md5sums=('3e38f59d5d351475bd00cd86a6264aed'
'05797ff1f5ef580c7243e0182c822701'
'8853d24b7c76a33a74b235999e270ef8')