Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages
/ packer
Commits:
5e828475 by Christian Rebischke at 2026-02-08T18:13:22+01:00
upgpkg: 1.15.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = packer
- pkgdesc = tool for creating identical machine images for multiple
platforms from a single source configuration
- pkgver = 1.14.3
+ pkgdesc = tool for creating machine images for platforms from a single
source configuration
+ pkgver = 1.15.0
pkgrel = 1
url = https://github.com/hashicorp/packer
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = packer
makedepends = go
makedepends = go-tools
depends = glibc
- source =
packer-1.14.3.tar.gz::https://github.com/hashicorp/packer/archive/v1.14.3.tar.gz
- sha512sums =
1e3df799bd7c209b02f03efdd78676bcaeb3fc0035b6f0bf814993432c67068f9ea755b1a2aefc3d9d5f14c0d77e0119da511004510f7674443951b9913094b6
+ source =
packer-1.15.0.tar.gz::https://github.com/hashicorp/packer/archive/v1.15.0.tar.gz
+ sha512sums =
6c7cd36e0f4d70ab426c07f75dec872d9df906be2f935ae63bd07c9b6d0a7c91685a963b79ed27758ee16d0706ae41ddc94db9a1d22ccf6fe9d95e8cdd2ffc63
pkgname = packer
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=packer
-pkgver=1.14.3
+pkgver=1.15.0
pkgrel=1
-pkgdesc="tool for creating identical machine images for multiple platforms
from a single source configuration"
+pkgdesc='tool for creating machine images for platforms from a single source
configuration'
arch=('x86_64')
url="https://github.com/hashicorp/packer"
license=('LicenseRef-BSL-1.1')
makedepends=('git' 'go' 'go-tools')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hashicorp/packer/archive/v${pkgver}.tar.gz")
-sha512sums=('1e3df799bd7c209b02f03efdd78676bcaeb3fc0035b6f0bf814993432c67068f9ea755b1a2aefc3d9d5f14c0d77e0119da511004510f7674443951b9913094b6')
+sha512sums=('6c7cd36e0f4d70ab426c07f75dec872d9df906be2f935ae63bd07c9b6d0a7c91685a963b79ed27758ee16d0706ae41ddc94db9a1d22ccf6fe9d95e8cdd2ffc63')
prepare() {
export GOPATH="${srcdir}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/5e828475591817afb39512a08b713186ca01ec8f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/5e828475591817afb39512a08b713186ca01ec8f
You're receiving this email because of your account on gitlab.archlinux.org.