Date: Wednesday, June 3, 2020 @ 17:46:04 Author: felixonmars Revision: 638396
upgpkg: golang-github-stretchr-testify 1.6.0-1 Modified: golang-github-stretchr-testify/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-03 17:46:01 UTC (rev 638395) +++ PKGBUILD 2020-06-03 17:46:04 UTC (rev 638396) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=golang-github-stretchr-testify -pkgver=1.5.1 +pkgver=1.6.0 pkgrel=1 pkgdesc='A toolkit with common assertions and mocks that plays nicely with the standard library' arch=('any') @@ -10,7 +10,7 @@ depends=('go-pie' 'golang-github-davecgh-go-spew' 'golang-github-pmezard-go-difflib' 'golang-github-stretchr-objx') source=("$pkgname-$pkgver.tar.gz::https://github.com/stretchr/testify/archive/v$pkgver.tar.gz") -sha512sums=('fdd1b6493e9ee84638f02f756065e1b442f4b05101b27c88eb759377b69878241e04a9b6b5b4bafec85caaeb6c7514e96f5fb176fea28ee53995875097578387') +sha512sums=('d6529a04a1b521d5a67f1c8d0e24efa499680f39fdb1c59a249c7afd755c3138e9cac6b1aed7927115caea7768d252e52e1decd4bbe15e362736bda2dea889c0') check() { export GOPATH="$srcdir/build:/usr/share/gocode"
