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 3206c029fcb6..a7b7fc79d48c 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.2
+ pkgver = 1.2.3
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.2/linux-x86-64_1.2.2_MyCrypto.AppImage
+ source = https://github.com/MyCryptoHQ/MyCrypto/releases/download/1.2.3/linux-x86-64_1.2.3_MyCrypto.AppImage
source = LICENSE
- sha256sums = e4a41f64f0b070faf0ea2656ab13700f6a706511afcd79378470786c9eccb33f
+ sha256sums = af5ed8d552e20b98217dd58c35c62ac539a43566a34d50aca8b3b02227fff94b
sha256sums = e4d52665623eaeb7d6efa43c0c29d225cd009cd766dc15f1b464a19cab1ec5cb
pkgname = mycrypto-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6e9da08c25ff..51d002a40ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mycrypto-bin
_pkgname=mycrypto
-pkgver=1.2.2
+pkgver=1.2.3
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=('e4a41f64f0b070faf0ea2656ab13700f6a706511afcd79378470786c9eccb33f'
+sha256sums=('af5ed8d552e20b98217dd58c35c62ac539a43566a34d50aca8b3b02227fff94b'
'e4d52665623eaeb7d6efa43c0c29d225cd009cd766dc15f1b464a19cab1ec5cb')
prepare() {