Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / opentofu
Commits: 969e7876 by Carl Smedstad at 2024-11-23T09:18:46+01:00 upgpkg: 1.8.6-1: Upstream release https://github.com/opentofu/opentofu/releases/tag/v1.8.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = opentofu pkgdesc = Lets you declaratively manage your cloud infrastructure - pkgver = 1.8.5 + pkgver = 1.8.6 pkgrel = 1 url = https://github.com/opentofu/opentofu arch = x86_64 @@ -8,9 +8,9 @@ pkgbase = opentofu makedepends = go depends = glibc options = !lto - source = opentofu-1.8.5.tar.gz::https://github.com/opentofu/opentofu/archive/v1.8.5.tar.gz + source = opentofu-1.8.6.tar.gz::https://github.com/opentofu/opentofu/archive/v1.8.6.tar.gz source = tofu.fish - sha256sums = 07613c3b7d6c0a7c3ede29da6a4f33d764420326c07a1c41e52e215428858ef4 + sha256sums = ee1ffaf26b4849dfcfbbc896624c7fafdc4982ad60bc2fa3b0826d0dfd2ef7f7 sha256sums = 312fe00a97ed3098fa141a54dfc0694c13766957acedec19f10347b80f813ce8 pkgname = opentofu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Marcel Campello <[email protected]> pkgname=opentofu -pkgver=1.8.5 +pkgver=1.8.6 pkgrel=1 pkgdesc="Lets you declaratively manage your cloud infrastructure" arch=(x86_64) @@ -15,7 +15,7 @@ source=( "$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" "tofu.fish" ) -sha256sums=('07613c3b7d6c0a7c3ede29da6a4f33d764420326c07a1c41e52e215428858ef4' +sha256sums=('ee1ffaf26b4849dfcfbbc896624c7fafdc4982ad60bc2fa3b0826d0dfd2ef7f7' '312fe00a97ed3098fa141a54dfc0694c13766957acedec19f10347b80f813ce8') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/969e7876e1f8897e7e59b5f770e926eab64cc1b0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/969e7876e1f8897e7e59b5f770e926eab64cc1b0 You're receiving this email because of your account on gitlab.archlinux.org.
