Date: Tuesday, August 9, 2022 @ 13:56:11 Author: shibumi Revision: 1263550
upgpkg: helmfile 0.145.2-1 Modified: helmfile/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-09 13:47:19 UTC (rev 1263549) +++ PKGBUILD 2022-08-09 13:56:11 UTC (rev 1263550) @@ -1,24 +1,24 @@ # Maintainer: Christian Rebischke <[email protected]> pkgname=helmfile -pkgver=0.144.0 +pkgver=0.145.2 pkgrel=1 pkgdesc="Manage multiple helm charts with a single helmfile" arch=('x86_64') -url="https://github.com/roboll/helmfile" +url="https://github.com/helmfile/helmfile" license=('MIT') makedepends=('go') depends=('glibc') -source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz") -sha512sums=('677e714316f1b7a8c8895e5f1d300a433441cc007ee7c3793999ff924d6f9ee9c1ff33aff0876aa2fcaae6f93062108329aaf0a0e6ec7ccaa369bbd3ff8d18a1') -b2sums=('9ed1f49a08b50ad7c2f822550b597ab1a535941c2aabae9b3160ec9d103db11dc0cffc630294804e19080d9f4010c1bddf6613cfeaa00531bd0ae6fac2aa61cf') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/helmfile/helmfile/archive/v${pkgver}.tar.gz") +sha512sums=('3d5b6cab7c292a3085946de0a1d01724bea4985bec1bf3dea2bee2c11c40ea5329e67c66f59a4617261994d141ba245a28d6c6c037f540ae12d3256a26712024') +b2sums=('71516acdd34cc21664d12791b42600072a7619b74adb6942dc95eb73782f118af0e52df8b99415646736f882faf0d259e2ce584ef3c05cd4c5222d84f601e7c7') options=('!lto') prepare() { export GOPATH="${srcdir}" - mkdir -p src/github.com/roboll "${GOPATH}/bin" - mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}" - export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}" + mkdir -p src/github.com/helmfile "${GOPATH}/bin" + mv "${pkgname}-${pkgver}" "src/github.com/helmfile/${pkgname}" + export PACKAGE_ROOT="${GOPATH}/src/github.com/helmfile/${pkgname}" } build() { @@ -29,7 +29,7 @@ export CGO_CXXFLAGS="${CXXFLAGS}" export CGO_LDFLAGS="${LDFLAGS}" export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - go build -v -ldflags "-linkmode=external -X github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}" . + go build -v -ldflags "-linkmode=external -X github.com/helmfile/helmfile/pkg/app/version.Version=${pkgver}" . chmod +x ./helmfile }
