summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f962b7817a0..62356e6fc5d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iota-trinity-wallet
pkgdesc = The IOTA Trinity Wallet
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = https://trinity.iota.org/
arch = x86_64
license = Apache
@@ -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/0.5.1/trinity-desktop-0.5.1.AppImage
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.5.1/trinity-desktop-0.5.1.AppImage.asc
- sha256sums_x86_64 = 4e3c419d23eec2ad559d2ac0cff8bde5d0d4454b334475d5311cb5ac456838f1
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.5.2/trinity-desktop-0.5.2.AppImage
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.5.2/trinity-desktop-0.5.2.AppImage.asc
+ sha256sums_x86_64 = 706cd8e392de18f136d79f0188e4a009886d4102422c8722bfe8b208ff3ac87c
sha256sums_x86_64 = SKIP
pkgname = iota-trinity-wallet
diff --git a/PKGBUILD b/PKGBUILD
index beef6903bac7..b5fbe7f72b58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TrueRandom <rantruedom at gmail dot com>
pkgname=iota-trinity-wallet
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="The IOTA Trinity Wallet"
arch=(x86_64)
url="https://trinity.iota.org/"
@@ -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/$pkgver/trinity-desktop-$pkgver.AppImage"{,.asc})
-sha256sums_x86_64=('4e3c419d23eec2ad559d2ac0cff8bde5d0d4454b334475d5311cb5ac456838f1'
+sha256sums_x86_64=('706cd8e392de18f136d79f0188e4a009886d4102422c8722bfe8b208ff3ac87c'
'SKIP')
source=("iota-trinity-wallet.desktop")