Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / packer
Commits: 356e6ede by Sven-Hendrik Haase at 2023-12-06T22:20:15+01:00 upgpkg: 1.9.5-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = packer + pkgdesc = tool for creating identical machine images for multiple platforms from a single source configuration + pkgver = 1.9.5 + pkgrel = 1 + url = https://github.com/hashicorp/packer + arch = x86_64 + license = MPL + makedepends = git + makedepends = go + makedepends = go-tools + depends = glibc + source = packer-1.9.5.tar.gz::https://github.com/hashicorp/packer/archive/v1.9.5.tar.gz + sha512sums = 7df1a85d0746e400c42f2b2a52b14ef5a806bcd2dc346eceaf5f8928b42a8b046ff8da7b45e5af0486bd444d8325e1cabdcd15f7b28711241a46034c9781a279 + +pkgname = packer ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org> # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=packer -pkgver=1.9.4 +pkgver=1.9.5 pkgrel=1 pkgdesc="tool for creating identical machine images for multiple platforms from a single source configuration" arch=('x86_64') @@ -10,7 +10,7 @@ license=('MPL') makedepends=('git' 'go' 'go-tools') depends=('glibc') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz") -sha512sums=('966de31fc7a174e5397e89b0c84979c13cf538971b2ea228f6fbf7dc54bed61d7cb21b58699175e93b9c81a9fc0c515e7cefffbd7b2865f2f6c36e4f78a81a95') +sha512sums=('7df1a85d0746e400c42f2b2a52b14ef5a806bcd2dc346eceaf5f8928b42a8b046ff8da7b45e5af0486bd444d8325e1cabdcd15f7b28711241a46034c9781a279') prepare() { export GOPATH="${srcdir}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/356e6ede898bc372aa644b387a9882f7aa13f796 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/356e6ede898bc372aa644b387a9882f7aa13f796 You're receiving this email because of your account on gitlab.archlinux.org.
