Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / opentofu
Commits: b95da15c by Carl Smedstad at 2025-12-09T23:29:29+01:00 upgpkg: 1.11.0-1: Upstream release https://github.com/opentofu/opentofu/releases/tag/v1.11.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = opentofu pkgdesc = Lets you declaratively manage your cloud infrastructure - pkgver = 1.10.8 + pkgver = 1.11.0 pkgrel = 1 url = https://github.com/opentofu/opentofu arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = opentofu depends = glibc provides = terragrunt-iac-provider options = !lto - source = opentofu-1.10.8.tar.gz::https://github.com/opentofu/opentofu/archive/v1.10.8.tar.gz - sha256sums = 89a4b1c3c20b5512c81c32015b085759412c99e58d2456a3715382b8daa83ff6 + source = opentofu-1.11.0.tar.gz::https://github.com/opentofu/opentofu/archive/v1.11.0.tar.gz + sha256sums = 8fc4016a3764f266f5ae258263710d46590ce1beaabf50ddfffed399f42d0ebd pkgname = opentofu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Marcel Campello <[email protected]> pkgname=opentofu -pkgver=1.10.8 +pkgver=1.11.0 pkgrel=1 pkgdesc="Lets you declaratively manage your cloud infrastructure" arch=(x86_64) @@ -13,7 +13,7 @@ makedepends=(go) provides=(terragrunt-iac-provider) options=(!lto) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('89a4b1c3c20b5512c81c32015b085759412c99e58d2456a3715382b8daa83ff6') +sha256sums=('8fc4016a3764f266f5ae258263710d46590ce1beaabf50ddfffed399f42d0ebd') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/b95da15c87b9f3af7a6293bb8858f8c01e2e2a48 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/b95da15c87b9f3af7a6293bb8858f8c01e2e2a48 You're receiving this email because of your account on gitlab.archlinux.org.
