summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35ce98f76e64..f4fb8f7e07fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iota-trinity-wallet
pkgdesc = The IOTA Trinity Wallet
- pkgver = 0.4.4
+ pkgver = 0.4.5
pkgrel = 1
url = https://trinity.iota.org/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = iota-trinity-wallet
validpgpkeys = 466385BD0B40D9550F93C04746A440CCE5664A64
md5sums = ebf2fc6a46b006ded903b6591c8f5897
sha512sums = eac7d8322ce501a0352d8998cd9fe53bd33c836f1fc9f1b775573bd741a2b402f66f82785f747b72702add15320e5cee8f62482bf2882176af57a9f5b3b0af0f
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.4.4/trinity-desktop-0.4.4.AppImage
- source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.4.4/trinity-desktop-0.4.4.AppImage.asc
- sha256sums_x86_64 = 7431a442278108d1710e7ac14009b4a2d20f350785d063f981ac19f98e3f0764
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.4.5/trinity-desktop-0.4.5.AppImage
+ source_x86_64 = https://github.com/iotaledger/trinity-wallet/releases/download/0.4.5/trinity-desktop-0.4.5.AppImage.asc
+ sha256sums_x86_64 = 02c12067966c697bd608ab39396da7d229d493ad8bc96ba6891dde23271cbc15
sha256sums_x86_64 = SKIP
pkgname = iota-trinity-wallet
diff --git a/PKGBUILD b/PKGBUILD
index ac103e62304e..6da05fba80c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: TrueRandom <rantruedom at gmail dot com>
pkgname=iota-trinity-wallet
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc="The IOTA Trinity Wallet"
arch=(x86_64)
@@ -10,7 +10,7 @@ provides=(iota-trinity-wallet)
options=('!strip')
source_x86_64=("https://github.com/iotaledger/trinity-wallet/releases/download/$pkgver/trinity-desktop-$pkgver.AppImage"{,.asc})
-sha256sums_x86_64=('7431a442278108d1710e7ac14009b4a2d20f350785d063f981ac19f98e3f0764'
+sha256sums_x86_64=('02c12067966c697bd608ab39396da7d229d493ad8bc96ba6891dde23271cbc15'
'SKIP')
source=("iota-trinity-wallet.desktop")