summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032024-01-13 13:58:06 -0500
committerjahway6032024-01-13 13:58:06 -0500
commitaeb3acf61c06be558f9b6596e6d6494086f2da31 (patch)
treef13304b457fb5616856157e62aa5a5f17ff58f39
parentd6a3082fd2736e929565398148e6e9ce4a016cc5 (diff)
downloadaur-aeb3acf61c06be558f9b6596e6d6494086f2da31.tar.gz
featherwallet-bin: upgpkg 2.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5f073b17108..7aef3bcc5c5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherwallet-bin
pkgdesc = A free, open-source Monero light wallet.
- pkgver = 2.6.1
+ pkgver = 2.6.2
pkgrel = 1
url = https://featherwallet.org
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = featherwallet-bin
conflicts = monero-feather-bin
conflicts = monero-feather-appimage
conflicts = featherwallet-appimage
- source = https://featherwallet.org/files/releases/linux/feather-2.6.1-linux.zip
+ source = https://featherwallet.org/files/releases/linux/feather-2.6.2-linux.zip
source = https://raw.githubusercontent.com/feather-wallet/feather/master/LICENSE
- sha512sums = bbc9018bb831a4a55be5befcaa15dc9a28a32dea761d76760b65e821ab1f69fecb6cc57bd287a220d650b142d89dc4070e69cabde8e441dc083ce8f3ec9c54e9
- sha512sums = ce126df857bb68268f4ef5743b7eb14ac8be8b77054ca631ca5e6dcf1dab9d75e552cd29d63685b8241acb3308f7c63165d9abf53b685f74aba735949c79388c
+ sha512sums = bedefbcd7123add56a3967e65e09cbd1ccc8b72b2cead2e146e781824f01d5e6b0ae383933078bf74ecedfc34a578f78e96aeb6b48715a651baf44c8e74fac26
+ sha512sums = 0605a1ddf11e0effe03dfc8a8230f6b9297977cd8c6616c575dcf067cb3e71e0bb55e88a5a00760900027c433e76a07483afcd37409e214033aa07be3bb2b62a
pkgname = featherwallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8773045b2b13..0e7f8a29172b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=featherwallet-bin
_pkgname=featherwallet
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc='A free, open-source Monero light wallet.'
url='https://featherwallet.org'
@@ -11,8 +11,8 @@ license=('custom')
conflicts=('featherwallet' 'monero-feather' 'monero-feather-git' 'monero-feather-bin' 'monero-feather-appimage' 'featherwallet-appimage')
source=("$url/files/releases/linux/feather-$pkgver-linux.zip"
"https://raw.githubusercontent.com/feather-wallet/feather/master/LICENSE")
-sha512sums=('bbc9018bb831a4a55be5befcaa15dc9a28a32dea761d76760b65e821ab1f69fecb6cc57bd287a220d650b142d89dc4070e69cabde8e441dc083ce8f3ec9c54e9'
- 'ce126df857bb68268f4ef5743b7eb14ac8be8b77054ca631ca5e6dcf1dab9d75e552cd29d63685b8241acb3308f7c63165d9abf53b685f74aba735949c79388c')
+sha512sums=('bedefbcd7123add56a3967e65e09cbd1ccc8b72b2cead2e146e781824f01d5e6b0ae383933078bf74ecedfc34a578f78e96aeb6b48715a651baf44c8e74fac26'
+ '0605a1ddf11e0effe03dfc8a8230f6b9297977cd8c6616c575dcf067cb3e71e0bb55e88a5a00760900027c433e76a07483afcd37409e214033aa07be3bb2b62a')
package() {
install -Dm644 "${srcdir}/LICENSE" "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"