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