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