Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / opentofu
Commits: 8cc58bbd by Carl Smedstad at 2026-01-15T08:11:06+01:00 upgpkg: 1.11.3-1: Upstream release https://github.com/opentofu/opentofu/releases/tag/v1.11.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = opentofu pkgdesc = Lets you declaratively manage your cloud infrastructure - pkgver = 1.11.2 + pkgver = 1.11.3 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.11.2.tar.gz::https://github.com/opentofu/opentofu/archive/v1.11.2.tar.gz - sha256sums = ff95091fef8d413938025f7605311cf9b1ef2d1a1a19ee575dafa4ecf5774e0c + source = opentofu-1.11.3.tar.gz::https://github.com/opentofu/opentofu/archive/v1.11.3.tar.gz + sha256sums = bb79b27e586913f301ecf57e9aaac008582cc133a30c424d6775c5253f2acbeb pkgname = opentofu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Marcel Campello <[email protected]> pkgname=opentofu -pkgver=1.11.2 +pkgver=1.11.3 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=('ff95091fef8d413938025f7605311cf9b1ef2d1a1a19ee575dafa4ecf5774e0c') +sha256sums=('bb79b27e586913f301ecf57e9aaac008582cc133a30c424d6775c5253f2acbeb') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/8cc58bbdb1cc300bc14de34eb8cb3079492ebe85 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/8cc58bbdb1cc300bc14de34eb8cb3079492ebe85 You're receiving this email because of your account on gitlab.archlinux.org.
