Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
packer


Commits:
f3409aee by Sven-Hendrik Haase at 2023-12-19T04:42:27+01:00
upgpkg: 1.10.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.9.5
+       pkgver = 1.10.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.9.5.tar.gz::https://github.com/hashicorp/packer/archive/v1.9.5.tar.gz
-       sha512sums = 
7df1a85d0746e400c42f2b2a52b14ef5a806bcd2dc346eceaf5f8928b42a8b046ff8da7b45e5af0486bd444d8325e1cabdcd15f7b28711241a46034c9781a279
+       source = 
packer-1.10.0.tar.gz::https://github.com/hashicorp/packer/archive/v1.10.0.tar.gz
+       sha512sums = 
e972cc0b8aaadba69065d26b99078c3ce5b091bbbcc88dcb549666ad25f396276f52d0deef38427aa7cc495948f97f53bf3c3f63a41af1914c2cdc6f00605c9e
 
 pkgname = packer


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <Chris.Rebischke[at]archlinux[dot]org>
 # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org>
 pkgname=packer
-pkgver=1.9.5
+pkgver=1.10.0
 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=('7df1a85d0746e400c42f2b2a52b14ef5a806bcd2dc346eceaf5f8928b42a8b046ff8da7b45e5af0486bd444d8325e1cabdcd15f7b28711241a46034c9781a279')
+sha512sums=('e972cc0b8aaadba69065d26b99078c3ce5b091bbbcc88dcb549666ad25f396276f52d0deef38427aa7cc495948f97f53bf3c3f63a41af1914c2cdc6f00605c9e')
 
 prepare() {
        export GOPATH="${srcdir}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/f3409aeedc85f1cd8099d2caeb83e70b5b503a4e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/packer/-/commit/f3409aeedc85f1cd8099d2caeb83e70b5b503a4e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to