summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrueRandom2019-06-15 01:43:17 +0200
committerTrueRandom2019-06-15 01:43:17 +0200
commit540e1f5f2a1af27f9f3cb91877027dd0958c4814 (patch)
treee8e24661e94bd7761aced57ad54b04dca63767ad
parent7bcc364150c986e1bf2e73fbcb6f75d398509cec (diff)
downloadaur-540e1f5f2a1af27f9f3cb91877027dd0958c4814.tar.gz
version 0.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62356e6fc5d5..c595cc037a13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iota-trinity-wallet
pkgdesc = The IOTA Trinity Wallet
- pkgver = 0.5.2
+ pkgver = 0.6.0
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/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
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.6.0/trinity-desktop-0.6.0.AppImage
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.6.0/trinity-desktop-0.6.0.AppImage.asc
+ sha256sums_x86_64 = 0cd79c891de509dae32f7d2454ed80345ca1d6cdca344eecc5df35c35e8e0caa
sha256sums_x86_64 = SKIP
pkgname = iota-trinity-wallet
diff --git a/PKGBUILD b/PKGBUILD
index b5fbe7f72b58..fec54b464dd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TrueRandom <rantruedom at gmail dot com>
pkgname=iota-trinity-wallet
-pkgver=0.5.2
+pkgver=0.6.0
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/$pkgver/trinity-desktop-$pkgver.AppImage"{,.asc})
-sha256sums_x86_64=('706cd8e392de18f136d79f0188e4a009886d4102422c8722bfe8b208ff3ac87c'
+sha256sums_x86_64=('0cd79c891de509dae32f7d2454ed80345ca1d6cdca344eecc5df35c35e8e0caa'
'SKIP')
source=("iota-trinity-wallet.desktop")