summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ettedgui2023-12-08 07:31:40 -0800
committerJohn Ettedgui2023-12-08 07:31:40 -0800
commitcda62711bf5a80b9eaf3ef374796f3a83987aef9 (patch)
tree9918e675113dd6e77d9468214c63b38a4c9c686d
parent242a9c672011b7cd3446671f5e0e4e207476e5c1 (diff)
downloadaur-cda62711bf5a80b9eaf3ef374796f3a83987aef9.tar.gz
4.0.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fbf0e526724..b387054a64f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = defi-app-bin
pkgdesc = DefiChain Wallet AppImage
- pkgver = v4.0.6
+ pkgver = v4.0.7
pkgrel = 1
url = https://github.com/BirthdayResearch/defichain-app
arch = x86_64
license = MIT
provides = defi-app
conflicts = defi-app
- source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.6/DeFi-Wallet-4.0.6.AppImage
- source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.6/DeFi-Wallet-4.0.6.AppImage.SHA256
- sha256sums = a8377c132f0edfa7eb98d9c06de33ccce71a248c64ea87177607cab79836c36b
- sha256sums = d9d5355f0b26195a8302204f1cf5ab7202fb43baa72408a419d7cbff27cc1c5d
+ source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.7/DeFi-Wallet-4.0.7.AppImage
+ source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.7/DeFi-Wallet-4.0.7.AppImage.SHA256
+ sha256sums = 187b033b5841e1416f28e3dac9e374f220450b24d82dba0ae82b9b46dd989a7b
+ sha256sums = 09910deda85f793a6fdb925167b6fd23584c99da211224fe9d3ad9f9ffa7e853
pkgname = defi-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 516bf7767bad..027cee80b4e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,15 @@ pkgdesc='DefiChain Wallet AppImage'
_pkgbin=defi-wallet
license=('MIT')
url='https://github.com/BirthdayResearch/defichain-app'
-pkgver=v4.0.6
+pkgver=v4.0.7
pkgrel=1
arch=('x86_64')
_package="DeFi-Wallet-${pkgver#v}.AppImage"
provides=('defi-app')
conflicts=('defi-app')
source=("${url}/releases/download/${pkgver}/${_package}"{,.SHA256})
-sha256sums=('a8377c132f0edfa7eb98d9c06de33ccce71a248c64ea87177607cab79836c36b'
- 'd9d5355f0b26195a8302204f1cf5ab7202fb43baa72408a419d7cbff27cc1c5d')
+sha256sums=('187b033b5841e1416f28e3dac9e374f220450b24d82dba0ae82b9b46dd989a7b'
+ '09910deda85f793a6fdb925167b6fd23584c99da211224fe9d3ad9f9ffa7e853')
OPTIONS=(!strip)
prepare() {