diff options
author | Marcel O'Neil | 2018-07-16 01:43:14 -0400 |
---|---|---|
committer | Marcel O'Neil | 2018-07-16 01:43:14 -0400 |
commit | f02fb5ec81ad4d794ddb60eabab384b024526120 (patch) | |
tree | 6ce4e8de7551f8f400b5634085e28e2160ca233f | |
parent | 7ef63342bb98c0383434672247613a4378b2c3be (diff) | |
download | aur-f02fb5ec81ad4d794ddb60eabab384b024526120.tar.gz |
1.55.2
-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.55.1 + pkgver = 1.55.2 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.55.1.zip + source = https://exodusbin.azureedge.net/releases/exodus-linux-x64-1.55.2.zip source = http://marceloneil.com/exodus-icons/icons.zip source = exodus.desktop - sha256sums = 6d16c69d365a8fd5d1ec5d4bd1ea12a487fa617f2abb62f3639c4d4f6bf294cd + sha256sums = fde5917fdf9e2f49c5fac17e58768af9db974e1b2b7a0b59d9115bc300d5ac6a sha256sums = 5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a sha256sums = 04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c @@ -1,7 +1,7 @@ # Maintainer: Marcel O'Neil <marcel@marceloneil.com> pkgname=exodus -pkgver=1.55.1 +pkgver=1.55.2 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=('6d16c69d365a8fd5d1ec5d4bd1ea12a487fa617f2abb62f3639c4d4f6bf294cd' +sha256sums=('fde5917fdf9e2f49c5fac17e58768af9db974e1b2b7a0b59d9115bc300d5ac6a' '5f3da3a79fea80477f38e698a2ea1723320f4b3fc90bf7d615dab12af0d34c1a' '04676d81272a35a91150a7eec4640e69ca50f2e479d29fad8be90160ee74122c') |