summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2022-07-02 09:06:45 -0700
committerJohn-Gee2022-07-02 09:06:45 -0700
commit672737b207f90a58bbd323839f3b419addb6aa01 (patch)
tree067a91be5518c558d1f9e594d45d61a4091dd12b
parentc4e49b65493d38786d97fb933de420e4b8c33083 (diff)
downloadaur-672737b207f90a58bbd323839f3b419addb6aa01.tar.gz
Updated to 2.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fdcb8f97bc6..648dd947b66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = defi-app-bin
pkgdesc = DefiChain Wallet AppImage
- pkgver = v2.14.0
+ pkgver = v2.15.0
pkgrel = 1
url = https://github.com/DeFiCh/app
arch = x86_64
license = MIT
provides = defi-app
conflicts = defi-app
- source = DeFi-Wallet-2.14.0.AppImage::https://github.com/DeFiCh/app/releases/download/v2.14.0/DeFi-Wallet-2.14.0.AppImage
- sha256sums = 31a81958d53a76d09c4405897c179a74f17dfa68cb39131b244ac22c90b53d51
+ source = DeFi-Wallet-2.15.0.AppImage::https://github.com/DeFiCh/app/releases/download/v2.15.0/DeFi-Wallet-2.15.0.AppImage
+ sha256sums = db69424d59a2eb6a525cef1baec575186bc16c33bbc900011064db0543601ff8
pkgname = defi-app-bin
diff --git a/PKGBUILD b/PKGBUILD
index 168468a5a369..5f7bf352a393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgdesc='DefiChain Wallet AppImage'
_pkgbin=defi-wallet
license=('MIT')
url='https://github.com/DeFiCh/app'
-pkgver=v2.14.0
+pkgver=v2.15.0
pkgrel=1
arch=('x86_64')
_package="DeFi-Wallet-${pkgver#v}.AppImage"
provides=('defi-app')
conflicts=('defi-app')
source=("${_package}::${url}/releases/download/${pkgver}/${_package}")
-sha256sums=('31a81958d53a76d09c4405897c179a74f17dfa68cb39131b244ac22c90b53d51')
+sha256sums=('db69424d59a2eb6a525cef1baec575186bc16c33bbc900011064db0543601ff8')
OPTIONS=(!strip)
prepare() {