packer: update to 1.11.1.

This commit is contained in:
Andrea Brancaleoni 2024-07-02 16:14:18 +02:00
parent a70c9b70b4
commit 7f478bb8bd
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'packer' # Template file for 'packer'
pkgname=packer pkgname=packer
version=1.11.0 version=1.11.1
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/hashicorp/packer" go_import_path="github.com/hashicorp/packer"
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BUSL-1.1" license="BUSL-1.1"
homepage="http://www.packer.io" homepage="http://www.packer.io"
distfiles="https://github.com/hashicorp/packer/archive/v${version}.tar.gz" distfiles="https://github.com/hashicorp/packer/archive/v${version}.tar.gz"
checksum=51ce907a2dc3772e43aacf0297136fbaa10a4ad49db02670c0becc68e165e6e2 checksum=5173a05ea5508c3def0b154ad7ab6d092bac9ccd3536d7e85633197b7754cbb8
replaces="packer-bin>=0" replaces="packer-bin>=0"
repository=nonfree repository=nonfree