summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ettedgui2024-02-23 12:18:56 -0800
committerJohn Ettedgui2024-02-23 12:19:20 -0800
commitfc0e99843d6cfd53b63be57104e6103a68201fd5 (patch)
tree4b0272e973998b23cee8e85d1af59398ba36960c
parentdeaa20bf6e66228572d6b10d4b03856fa7dd42f0 (diff)
downloadaur-defi-app-bin.tar.gz
4.0.9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 478ddda35308..3e1bb9fd8001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = defi-app-bin
pkgdesc = DefiChain Wallet AppImage
- pkgver = v4.0.8
- pkgrel = 2
+ pkgver = v4.0.9
+ 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.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 = 12c414f6e3e0450bfe0bea5414180e9a8a4baa31b063b56d9d9207166aef4ced
- sha256sums = 0c0d8dc0f8c91c250501d63d6088142aab33fd3a554e67103c82d54ff4d7769d
+ source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.9/DeFi-Wallet-4.0.9.AppImage
+ source = https://github.com/BirthdayResearch/defichain-app/releases/download/v4.0.9/DeFi-Wallet-4.0.9.AppImage.SHA256
+ sha256sums = 9776a51d702a432badc5c360c2c02156ac902a1c14ecf6922dc1f9d886acb457
+ sha256sums = 27c61fb4617f409803c26b1d68afce06dfe5ce28781ab83dfaa605579b3335c4
pkgname = defi-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6df4de668ef8..ecc4dd6b40c2 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.8
-pkgrel=2
+pkgver=v4.0.9
+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=('12c414f6e3e0450bfe0bea5414180e9a8a4baa31b063b56d9d9207166aef4ced'
- '0c0d8dc0f8c91c250501d63d6088142aab33fd3a554e67103c82d54ff4d7769d')
+sha256sums=('9776a51d702a432badc5c360c2c02156ac902a1c14ecf6922dc1f9d886acb457'
+ '27c61fb4617f409803c26b1d68afce06dfe5ce28781ab83dfaa605579b3335c4')
OPTIONS=(!strip)
prepare() {