Date: Saturday, February 2, 2019 @ 17:22:53 Author: tensor5 Revision: 429199
upgpkg: go-ethereum 1.8.22-1 Modified: go-ethereum/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-02 16:52:19 UTC (rev 429198) +++ PKGBUILD 2019-02-02 17:22:53 UTC (rev 429199) @@ -1,12 +1,12 @@ # Maintainer: Nicola Squartini <[email protected]> pkgname=go-ethereum -pkgver=1.8.21 -_commit=9dc5d1a915ac0e0bd8429d6ac41df50eec91de5f +pkgver=1.8.22 +_commit=7fa3509e2eaf1a4ebc12344590e5699406690f15 pkgrel=1 -pkgdesc='Official golang implementation of the Ethereum protocol' +pkgdesc='Official Go implementation of the Ethereum protocol' arch=('x86_64') -url='http://geth.ethereum.org/' +url='https://geth.ethereum.org/' license=('GPL3') depends=('glibc') makedepends=('git' 'go-pie')
