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 d0cdb7779d2c..8bc1b1b20200 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iota-trinity-wallet
pkgdesc = The IOTA Trinity Wallet
- pkgver = 0.4.6
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://trinity.iota.org/
arch = x86_64
license = Apache
@@ -12,9 +12,9 @@ pkgbase = iota-trinity-wallet
validpgpkeys = 466385BD0B40D9550F93C04746A440CCE5664A64
md5sums = ebf2fc6a46b006ded903b6591c8f5897
sha512sums = eac7d8322ce501a0352d8998cd9fe53bd33c836f1fc9f1b775573bd741a2b402f66f82785f747b72702add15320e5cee8f62482bf2882176af57a9f5b3b0af0f
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.4.6/trinity-desktop-0.4.6.AppImage
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.4.6/trinity-desktop-0.4.6.AppImage.asc
- sha256sums_x86_64 = e1ac0a3d3fa3799a292614398863f9775e6c579c4bf153f8ec34740e60428dc6
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.5.0/trinity-desktop-0.5.0.AppImage
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.5.0/trinity-desktop-0.5.0.AppImage.asc
+ sha256sums_x86_64 = 3cb9aa6d0fc5e8cfc9f3f2755da7a27d978702461cd2134cb828717495a30454
sha256sums_x86_64 = SKIP
pkgname = iota-trinity-wallet
diff --git a/PKGBUILD b/PKGBUILD
index 3647d0b026e8..e383b4284f81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TrueRandom <rantruedom at gmail dot com>
pkgname=iota-trinity-wallet
-pkgver=0.4.6
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="The IOTA Trinity Wallet"
arch=(x86_64)
url="https://trinity.iota.org/"
@@ -11,7 +11,7 @@ options=('!strip')
depends=('libsecret')
source_x86_64=("https://github.com/iotaledger/trinity-wallet/releases/download/$pkgver/trinity-desktop-$pkgver.AppImage"{,.asc})
-sha256sums_x86_64=('e1ac0a3d3fa3799a292614398863f9775e6c579c4bf153f8ec34740e60428dc6'
+sha256sums_x86_64=('3cb9aa6d0fc5e8cfc9f3f2755da7a27d978702461cd2134cb828717495a30454'
'SKIP')
source=("iota-trinity-wallet.desktop")