summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gallet2021-07-18 00:35:59 +0100
committerRomain Gallet2021-07-18 00:35:59 +0100
commit47f1f80fb7a382f38c8ff9b4fcdb668c76e493db (patch)
tree20cb7ac8904a8c9e2753115a2121c3a9aaa885f5
parent79f6a3e05d70a848adb902827466c0e2e9e75dbe (diff)
downloadaur-47f1f80fb7a382f38c8ff9b4fcdb668c76e493db.tar.gz
4.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e86ebfafa73..bb5cf4a2d587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stacks-wallet.mainnet-bin
pkgdesc = Stacks Wallet is everything you need to manage your tokens and collectibles and will protect your tokens when you use apps.
- pkgver = 4.3.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/blockstack/stacks-wallet
install = stacks-wallet.mainnet-bin.install
@@ -11,7 +11,7 @@ pkgbase = stacks-wallet.mainnet-bin
depends = libsecret
depends = nss
depends = nodejs
- source = https://github.com/blockstack/stacks-wallet/releases/download/v4.3.0/stacks-wallet.mainnet.v4.3.0.deb
- md5sums = 3f5bdf9170d0783106e312f73f397d21
+ source = https://github.com/blockstack/stacks-wallet/releases/download/v4.4.0/stacks-wallet.mainnet.v4.4.0.deb
+ md5sums = 8a2c398c3094845fe599e509bd792050
pkgname = stacks-wallet.mainnet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 66e3b4caeb41..f84e38210373 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Romain Gallet <rgallet@grumlimited.co.uk>
_packager="Romain Gallet <rgallet@grumlimited.co.uk>"
_deb_pkgname=stacks-wallet.mainnet
-pkgver=4.3.0
+pkgver=4.4.0
pkgname=stacks-wallet.mainnet-bin
pkgrel=1
pkgdesc='Stacks Wallet is everything you need to manage your tokens and collectibles and will protect your tokens when you use apps.'
@@ -20,7 +20,7 @@ backup=()
options=()
install=stacks-wallet.mainnet-bin.install
source=("$url/releases/download/v$pkgver/stacks-wallet.mainnet.v$pkgver.deb")
-md5sums=('3f5bdf9170d0783106e312f73f397d21')
+md5sums=('8a2c398c3094845fe599e509bd792050')
noextract=()
build() {