summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2020-02-15 10:07:10 +1100
committerLuis Aranguren2020-02-15 10:07:10 +1100
commitbc30f3ab7f1a297dc28c537051216645b9e5257e (patch)
treec8dcdeda47fd9bf03d239523a4eebc043475b391
parent98d16e5e9e3a76f277ef901a82abd04cea9fc428 (diff)
downloadaur-bc30f3ab7f1a297dc28c537051216645b9e5257e.tar.gz
update pkgver to 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f5a99e2ec38..12a76686022d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = coinomi-desktop
pkgdesc = Coinomi desktop wallet. Securely store, manage and exchange Bitcoin, Ethereum, and more than 500 other blockchain assets.
- pkgver = 1.1.1
+ pkgver = 1.2.1
pkgrel = 1
url = https://coinomi.com
arch = x86_64
license = unknown
depends = java-runtime
depends = libxss
- source = https://binaries.coinomi.com/desktop/coinomi-wallet-1.1.1-linux64.tar.gz
+ source = https://binaries.coinomi.com/desktop/coinomi-wallet-1.2.1-linux64.tar.gz
source = coinomi.png
- sha256sums = fbc3d42a1be2608748cc11acf8dff5da1ed9d7f61762b57729cbee9ae2e9f833
+ sha256sums = 95370ecfb98d5e434d01e7cff990c07a40adbdc5b721e636707031b105d95638
sha256sums = 8b390909072edf85b195dbb73b5cceb52ae9f19093cce5ae313827590ae9d576
pkgname = coinomi-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 71fb025c4625..40dbba358e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luis Aranguren <pizzaman@hotmail.com>
# Contributor: DeedleFake <deedlefake at users dot noreply dot github dot com>
pkgname=coinomi-desktop
-pkgver=1.1.1
+pkgver=1.2.1
pkgrel=1
pkgdesc="Coinomi desktop wallet. Securely store, manage and exchange Bitcoin, Ethereum, and more than 500 other blockchain assets."
arch=(x86_64)
@@ -10,7 +10,7 @@ license=('unknown')
depends=(java-runtime libxss)
source=("https://binaries.coinomi.com/desktop/coinomi-wallet-$pkgver-linux64.tar.gz"
"coinomi.png")
-sha256sums=('fbc3d42a1be2608748cc11acf8dff5da1ed9d7f61762b57729cbee9ae2e9f833'
+sha256sums=('95370ecfb98d5e434d01e7cff990c07a40adbdc5b721e636707031b105d95638'
'8b390909072edf85b195dbb73b5cceb52ae9f19093cce5ae313827590ae9d576')
build() {