summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ettedgui2024-01-03 08:37:36 -0800
committerJohn Ettedgui2024-01-03 08:37:36 -0800
commitdeaa20bf6e66228572d6b10d4b03856fa7dd42f0 (patch)
treeff03f1f44fb122bba164c9345004a74d1a5e050d
parent834e9fe44c389b8510c68d9630337a8dd6a18e88 (diff)
downloadaur-deaa20bf6e66228572d6b10d4b03856fa7dd42f0.tar.gz
4.0.8 (again?)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac8e62e0e6f7..478ddda35308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = defi-app-bin
pkgdesc = DefiChain Wallet AppImage
pkgver = v4.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BirthdayResearch/defichain-app
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = defi-app-bin
conflicts = defi-app
source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.8/DeFi-Wallet-4.0.8.AppImage
source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.8/DeFi-Wallet-4.0.8.AppImage.SHA256
- sha256sums = 0b7ba1a0ec0795d33904cf54d22aad426371e1591e259c031ced3504779963e5
- sha256sums = 8496c5d2ac69153681cc0e270fdcec2b9ff1a611643901cc8024147310852e95
+ sha256sums = 12c414f6e3e0450bfe0bea5414180e9a8a4baa31b063b56d9d9207166aef4ced
+ sha256sums = 0c0d8dc0f8c91c250501d63d6088142aab33fd3a554e67103c82d54ff4d7769d
pkgname = defi-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a3cb7ab417a..6df4de668ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ _pkgbin=defi-wallet
license=('MIT')
url='https://github.com/BirthdayResearch/defichain-app'
pkgver=v4.0.8
-pkgrel=1
+pkgrel=2
arch=('x86_64')
_package="DeFi-Wallet-${pkgver#v}.AppImage"
provides=('defi-app')
conflicts=('defi-app')
source=("${url}/releases/download/${pkgver}/${_package}"{,.SHA256})
-sha256sums=('0b7ba1a0ec0795d33904cf54d22aad426371e1591e259c031ced3504779963e5'
- '8496c5d2ac69153681cc0e270fdcec2b9ff1a611643901cc8024147310852e95')
+sha256sums=('12c414f6e3e0450bfe0bea5414180e9a8a4baa31b063b56d9d9207166aef4ced'
+ '0c0d8dc0f8c91c250501d63d6088142aab33fd3a554e67103c82d54ff4d7769d')
OPTIONS=(!strip)
prepare() {