Date: Saturday, March 21, 2020 @ 13:27:30 Author: foxboron Revision: 602591
upgpkg: buildah 1.14.3-1 Modified: buildah/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-21 13:26:54 UTC (rev 602590) +++ PKGBUILD 2020-03-21 13:27:30 UTC (rev 602591) @@ -2,7 +2,7 @@ # Maintainer: Morten Linderud <[email protected]> pkgname=buildah -pkgver=1.14.2 +pkgver=1.14.3 pkgrel=1 pkgdesc="A tool which facilitates building OCI images" arch=(x86_64) @@ -11,8 +11,8 @@ depends=(runc skopeo slirp4netns) makedepends=(go-pie git bash-bats btrfs-progs device-mapper gpgme libassuan bzip2 go-md2man runc skopeo) -_commit=066e446c81005028f1619d237b4d81370b48e93d # tags/v1.14.2 -source=(git://github.com/containers/buildah.git#commit=$_commit) +_commit=153ee2f0e973724f935ccb7275ce941fda4f121b # tags/v1.14.3 +source=(git+https://github.com/containers/buildah.git#commit=$_commit) md5sums=('SKIP') pkgver() {
