Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / opentofu
Commits: 7a914b78 by Carl Smedstad at 2024-11-05T09:13:57+01:00 upgpkg: 1.8.5-1: Upstream release https://github.com/opentofu/opentofu/releases/tag/v1.8.5 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = opentofu pkgdesc = Lets you declaratively manage your cloud infrastructure - pkgver = 1.8.4 + pkgver = 1.8.5 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.4.tar.gz::https://github.com/opentofu/opentofu/archive/v1.8.4.tar.gz + source = opentofu-1.8.5.tar.gz::https://github.com/opentofu/opentofu/archive/v1.8.5.tar.gz source = tofu.fish - sha256sums = 89eb05e7ed1b20e3d0c799758b2cfc8d6dc212e8a09b20d9eaf03017be4d74e6 + sha256sums = 07613c3b7d6c0a7c3ede29da6a4f33d764420326c07a1c41e52e215428858ef4 sha256sums = 312fe00a97ed3098fa141a54dfc0694c13766957acedec19f10347b80f813ce8 pkgname = opentofu ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Marcel Campello <[email protected]> pkgname=opentofu -pkgver=1.8.4 +pkgver=1.8.5 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=('89eb05e7ed1b20e3d0c799758b2cfc8d6dc212e8a09b20d9eaf03017be4d74e6' +sha256sums=('07613c3b7d6c0a7c3ede29da6a4f33d764420326c07a1c41e52e215428858ef4' '312fe00a97ed3098fa141a54dfc0694c13766957acedec19f10347b80f813ce8') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/7a914b78880e2b957760406d36d2cabf5bf64c32 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/opentofu/-/commit/7a914b78880e2b957760406d36d2cabf5bf64c32 You're receiving this email because of your account on gitlab.archlinux.org.
