summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c65083613d..c97ff458dc67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mycrypto-bin
pkgdesc = Open-source, client-side tool for generating Ether Wallets, handling ERC-20 tokens, and interacting with the blockchain more easily
- pkgver = 1.7.13
+ pkgver = 1.7.16
pkgrel = 1
url = https://github.com/MyCryptoHQ/MyCrypto
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = mycrypto-bin
depends = gconf
provides = mycrypto
conflicts = mycrypto
- source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.7.13/linux-x86-64_1.7.13_MyCrypto.AppImage
+ source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.7.16/linux-x86-64_1.7.16_MyCrypto.AppImage
source = LICENSE
- sha256sums = 47ee72cade3ff2a4118fd563cb78b626e2f23a1b6b05c7bb33df768a8c0da296
+ sha256sums = 7ef57f753f6d8fcfddfe48ccd1d563dc80bf3bb63fc86f1fb1c0c2cd40701ca2
sha256sums = 1b0a4ebe6200441fe008bba2b60bb227b944cd77427b3f9c60f6f7e32120a65d
pkgname = mycrypto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 63ead4c0946c..99df8087d25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mycrypto-bin
pkgbin=mycrypto
-pkgver=1.7.13
+pkgver=1.7.16
pkgrel=1
pkgdesc='Open-source, client-side tool for generating Ether Wallets, handling ERC-20 tokens, and interacting with the blockchain more easily'
package="linux-x86-64_${pkgver}_MyCrypto.AppImage"
@@ -14,7 +14,7 @@ url='https://github.com/MyCryptoHQ/MyCrypto'
license=('MIT')
source=("${url}/releases/download/${pkgver}/${package}"
'LICENSE')
-sha256sums=('47ee72cade3ff2a4118fd563cb78b626e2f23a1b6b05c7bb33df768a8c0da296'
+sha256sums=('7ef57f753f6d8fcfddfe48ccd1d563dc80bf3bb63fc86f1fb1c0c2cd40701ca2'
'1b0a4ebe6200441fe008bba2b60bb227b944cd77427b3f9c60f6f7e32120a65d')
package() {