diff options
author | Marcel O'Neil | 2017-05-13 16:12:49 -0400 |
---|---|---|
committer | Marcel O'Neil | 2017-05-13 16:12:49 -0400 |
commit | e18e12ae969847bc1c3875bcff55c7506055e86c (patch) | |
tree | d7daf05740cedf07203126f77901e7d955fabceb | |
parent | 442402f0edb6207ff17f5208694bed34d4bc9b77 (diff) | |
download | aur-e18e12ae969847bc1c3875bcff55c7506055e86c.tar.gz |
Bump Version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = exodus pkgdesc = All-in-one app to secure, manage and exchange blockchain assets - pkgver = 1.25.0 + pkgver = 1.25.1 pkgrel = 1 url = https://exodus.io arch = x86_64 @@ -9,10 +9,10 @@ pkgbase = exodus depends = gtk2 depends = nss depends = libxss - source = https://exodusbin.azureedge.net/releases/Exodus-linux-x64-1.25.0.zip + source = https://exodusbin.azureedge.net/releases/Exodus-linux-x64-1.25.1.zip source = http://marceloneil.com/exodus-icons/icons.zip source = exodus.desktop - sha256sums = 4360ee90be3266c53a43e6c00ea2c0d2eede3e7d83ac6058295c48909758a8d1 + sha256sums = c8a597c23046b3fe7a50bfcc9762df73538584ded5e7a365aac7de7c441583e1 sha256sums = 5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a sha256sums = 04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c @@ -1,7 +1,7 @@ # Maintainer: Marcel O'Neil <marcel@marceloneil.com> pkgname=exodus -pkgver=1.25.0 +pkgver=1.25.1 pkgrel=1 pkgdesc="All-in-one app to secure, manage and exchange blockchain assets" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('gconf' 'gtk2' 'nss' 'libxss') source=("https://exodusbin.azureedge.net/releases/Exodus-linux-x64-${pkgver}.zip" "http://marceloneil.com/exodus-icons/icons.zip" "${pkgname}.desktop") -sha256sums=('4360ee90be3266c53a43e6c00ea2c0d2eede3e7d83ac6058295c48909758a8d1' +sha256sums=('c8a597c23046b3fe7a50bfcc9762df73538584ded5e7a365aac7de7c441583e1' '5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a' '04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c') |