summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Kauschinger2020-12-08 15:46:28 +0100
committerManuel Kauschinger2020-12-08 15:46:28 +0100
commit21aa80eae4051fb9f999a7a0fd2e6a54326883a6 (patch)
tree0c8c1b1d2e030ca99955cb3cefc256f54de3f8eb
parent957333ba42752276eefbb7b093b98d24c4e9d1ed (diff)
downloadaur-21aa80eae4051fb9f999a7a0fd2e6a54326883a6.tar.gz
update iota-trinity-wallet to version 1.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dbaaee198ad..5ace1868efa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iota-trinity-wallet
pkgdesc = The IOTA Trinity Wallet
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://trinity.iota.org/
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = iota-trinity-wallet
validpgpkeys = 466385BD0B40D9550F93C04746A440CCE5664A64
md5sums = ebf2fc6a46b006ded903b6591c8f5897
sha512sums = eac7d8322ce501a0352d8998cd9fe53bd33c836f1fc9f1b775573bd741a2b402f66f82785f747b72702add15320e5cee8f62482bf2882176af57a9f5b3b0af0f
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/desktop-1.6.0/trinity-desktop-1.6.0.AppImage
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/desktop-1.6.0/trinity-desktop-1.6.0.AppImage.asc
- sha256sums_x86_64 = 2e9da52fbf87f9d86e48cacb5fb3e4baa59248e482b6954444cde6f6b5a9569b
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/desktop-1.6.1/trinity-desktop-1.6.1.AppImage
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/desktop-1.6.1/trinity-desktop-1.6.1.AppImage.asc
+ sha256sums_x86_64 = 65ac26ed2b73492804ec5c5d2a7e76b9bf775142db1c0c2a41ee666e459ea569
sha256sums_x86_64 = SKIP
pkgname = iota-trinity-wallet
diff --git a/PKGBUILD b/PKGBUILD
index 6293290c31ce..0d655711c52d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TrueRandom <rantruedom at gmail dot com>
pkgname=iota-trinity-wallet
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="The IOTA Trinity Wallet"
arch=(x86_64)
@@ -12,7 +12,7 @@ depends=('libsecret' 'gtk3' 'libxss' 'nss')
optdepends=('gnome-keyring: for storing passwords in GNOME keyring')
source_x86_64=("https://github.com/iotaledger/trinity-wallet/releases/download/desktop-$pkgver/trinity-desktop-$pkgver.AppImage"{,.asc})
-sha256sums_x86_64=('2e9da52fbf87f9d86e48cacb5fb3e4baa59248e482b6954444cde6f6b5a9569b'
+sha256sums_x86_64=('65ac26ed2b73492804ec5c5d2a7e76b9bf775142db1c0c2a41ee666e459ea569'
'SKIP')
source=("iota-trinity-wallet.desktop")