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 a7b7fc79d48c..31ea1e2cd624 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.2.3
+ pkgver = 1.3.0
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.2.3/linux-x86-64_1.2.3_MyCrypto.AppImage
+ source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.3.0/linux-x86-64_1.3.0_MyCrypto.AppImage
source = LICENSE
- sha256sums = af5ed8d552e20b98217dd58c35c62ac539a43566a34d50aca8b3b02227fff94b
+ sha256sums = 6937df8a9e9ae68fdd4b01aa7271c8cc21d3488073c2ca55a3f5dbeb188ba024
sha256sums = e4d52665623eaeb7d6efa43c0c29d225cd009cd766dc15f1b464a19cab1ec5cb
pkgname = mycrypto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51d002a40ec4..32156f3002a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mycrypto-bin
_pkgname=mycrypto
-pkgver=1.2.3
+pkgver=1.3.0
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=('af5ed8d552e20b98217dd58c35c62ac539a43566a34d50aca8b3b02227fff94b'
+sha256sums=('6937df8a9e9ae68fdd4b01aa7271c8cc21d3488073c2ca55a3f5dbeb188ba024'
'e4d52665623eaeb7d6efa43c0c29d225cd009cd766dc15f1b464a19cab1ec5cb')
prepare() {