George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / talhelper
Commits: d850822b by George Rawlinson at 2025-05-06T20:42:42+12:00 upgpkg: 3.0.23-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = talhelper pkgdesc = A tool to help create Talos clusters in your GitOps repository - pkgver = 3.0.21 + pkgver = 3.0.23 pkgrel = 1 url = https://budimanjojo.github.io/talhelper arch = x86_64 @@ -11,8 +11,8 @@ pkgbase = talhelper optdepends = talosctl: apply generated configuration optdepends = sops: manage secrets options = !lto - source = talhelper::git+https://github.com/budimanjojo/talhelper#tag=v3.0.21 - sha512sums = 77b3e372355578bb44ac65e73ef1c430b4d8e1891b84028735cf68758158feaf32696cc2de804e99d476511b4b8fb7dd7915730e2bc09cde3278257aeefdf7d8 - b2sums = 50338e0576f083b571232a11b35344cf3a13394547f2c1877c68e292accebe5a3a1b5eb0c681ea7b5d0f532b0ee82d696b17947be3f067ce03b5b94abee67437 + source = talhelper::git+https://github.com/budimanjojo/talhelper#tag=v3.0.23 + sha512sums = 5dcb2739fd85a0d062dae7c6287cddb2ab3c9d02d2d9876b183681fb55c700d6a055f5f845418d0b9b97081da793bacf3f4bcb77f3d3df2623bd7a1653cac6cb + b2sums = db25f3aee8d7f380ef3d18702792e61a71be3357d1077f42d3b5dd5a91769cb777ddbb10d9d068134baad9c0e1f51c7e67c73cca6a102994bd15b411f68dc306 pkgname = talhelper ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: George Rawlinson <grawlin...@archlinux.org> pkgname=talhelper -pkgver=3.0.21 +pkgver=3.0.23 pkgrel=1 pkgdesc='A tool to help create Talos clusters in your GitOps repository' arch=('x86_64') @@ -15,8 +15,8 @@ optdepends=( ) options=('!lto') source=("$pkgname::git+https://github.com/budimanjojo/talhelper#tag=v$pkgver") -sha512sums=('77b3e372355578bb44ac65e73ef1c430b4d8e1891b84028735cf68758158feaf32696cc2de804e99d476511b4b8fb7dd7915730e2bc09cde3278257aeefdf7d8') -b2sums=('50338e0576f083b571232a11b35344cf3a13394547f2c1877c68e292accebe5a3a1b5eb0c681ea7b5d0f532b0ee82d696b17947be3f067ce03b5b94abee67437') +sha512sums=('5dcb2739fd85a0d062dae7c6287cddb2ab3c9d02d2d9876b183681fb55c700d6a055f5f845418d0b9b97081da793bacf3f4bcb77f3d3df2623bd7a1653cac6cb') +b2sums=('db25f3aee8d7f380ef3d18702792e61a71be3357d1077f42d3b5dd5a91769cb777ddbb10d9d068134baad9c0e1f51c7e67c73cca6a102994bd15b411f68dc306') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/talhelper/-/commit/d850822b8e10e707c84a7c58122ef84acf1b85f8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/talhelper/-/commit/d850822b8e10e707c84a7c58122ef84acf1b85f8 You're receiving this email because of your account on gitlab.archlinux.org.