summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsmile2018-09-28 12:25:53 +0200
committerxsmile2018-09-28 12:25:53 +0200
commita755e920edbb2f9fcfada93cd70d8de742ec3ecf (patch)
tree023e5cb8e139be4842e9b471a2bd5a6a54c3cc3b
parent4b524dcb7290856a4dce4bbe3e50d8b40ddf0566 (diff)
downloadaur-a755e920edbb2f9fcfada93cd70d8de742ec3ecf.tar.gz
1.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31ea1e2cd624..156549663030 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.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/MyCryptoHQ/MyCrypto
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = mycrypto-bin
depends = nss
provides = mycrypto
conflicts = mycrypto
- source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.3.0/linux-x86-64_1.3.0_MyCrypto.AppImage
+ source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.3.1/linux-x86-64_1.3.1_MyCrypto.AppImage
source = LICENSE
- sha256sums = 6937df8a9e9ae68fdd4b01aa7271c8cc21d3488073c2ca55a3f5dbeb188ba024
+ sha256sums = 2fae8e16b02f2f24e22fe47a09b19ae7240fadf5cf95d31a59554be7218adb11
sha256sums = e4d52665623eaeb7d6efa43c0c29d225cd009cd766dc15f1b464a19cab1ec5cb
pkgname = mycrypto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 32156f3002a3..45adb7ab2bcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mycrypto-bin
_pkgname=mycrypto
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Open-source, client-side tool for generating Ether Wallets, handling ERC-20 tokens, and interacting with the blockchain more easily'
arch=('x86_64')
@@ -13,7 +13,7 @@ url='https://github.com/MyCryptoHQ/MyCrypto'
license=('MIT')
source=("${url}/releases/download/${pkgver}/linux-x86-64_${pkgver}_MyCrypto.AppImage"
'LICENSE')
-sha256sums=('6937df8a9e9ae68fdd4b01aa7271c8cc21d3488073c2ca55a3f5dbeb188ba024'
+sha256sums=('2fae8e16b02f2f24e22fe47a09b19ae7240fadf5cf95d31a59554be7218adb11'
'e4d52665623eaeb7d6efa43c0c29d225cd009cd766dc15f1b464a19cab1ec5cb')
prepare() {