summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-23 09:30:21 +0800
committerzxp198210052024-02-23 09:30:21 +0800
commit20bf3b28aa582a924abd3033c59c73ee22e7ae74 (patch)
treedae6adc71f524403279ee0746ee9fd7d960efd64
parent512518eac792e6d24be0944eb54819c9c2ca2028 (diff)
downloadaur-20bf3b28aa582a924abd3033c59c73ee22e7ae74.tar.gz
update to 2.0.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fca3d3db1642..5dcebca9c315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = firefly-iota-desktop-bin
pkgdesc = Manage your IOTA assets directly from your computer with both software and hardware wallet support. Earn staking rewards and participate in governance votes.
- pkgver = 2.0.7
+ pkgver = 2.0.8
pkgrel = 1
url = https://firefly.iota.org/
arch = x86_64
license = Apache-2.0
makedepends = asar
depends = electron27
- provides = firefly-iota-desktop=2.0.7
+ provides = firefly-iota-desktop=2.0.8
conflicts = firefly-iota-desktop
conflicts = iota-firefly-wallet
- source = firefly-iota-desktop-2.0.7.AppImage::https://github.com/iotaledger/firefly/releases/download/desktop-iota-2.0.7/firefly-iota-desktop-2.0.7.AppImage
+ source = firefly-iota-desktop-2.0.8.AppImage::https://github.com/iotaledger/firefly/releases/download/desktop-iota-2.0.8/firefly-iota-desktop-2.0.8.AppImage
source = firefly-iota-desktop.sh
- sha256sums = aa8639bc8e57e5e945f03b59043253429843b00052c6d610395ae86d95b789ab
+ sha256sums = 117e05368e823425570f919d22b39ff8d6259b071c5c68dc5803f9cae9353423
sha256sums = 0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014
pkgname = firefly-iota-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a83b740de37..6c80ace56f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=firefly-iota-desktop-bin
-pkgver=2.0.7
+pkgver=2.0.8
_electronversion=27
pkgrel=1
pkgdesc="Manage your IOTA assets directly from your computer with both software and hardware wallet support. Earn staking rewards and participate in governance votes."
@@ -23,7 +23,7 @@ source=(
"${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/desktop-iota-${pkgver}/${pkgname%-bin}-${pkgver}.AppImage"
"${pkgname%-bin}.sh"
)
-sha256sums=('aa8639bc8e57e5e945f03b59043253429843b00052c6d610395ae86d95b789ab'
+sha256sums=('117e05368e823425570f919d22b39ff8d6259b071c5c68dc5803f9cae9353423'
'0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \