diff options
author | goreleaserbot | 2024-03-24 06:46:10 +0000 |
---|---|---|
committer | goreleaserbot | 2024-03-24 06:46:10 +0000 |
commit | 08889c701f834d19d00b792ddaab7502ed79167d (patch) | |
tree | 318bfea9e159e15352236dc02d407276d7076afa | |
parent | dcd6fdd6c63be30e4984b171d1ea59d1d6fc4505 (diff) | |
download | aur-08889c701f834d19d00b792ddaab7502ed79167d.tar.gz |
Update to v2.3.8
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,16 +1,16 @@ pkgbase = talhelper-bin pkgdesc = A tool to help creating Talos cluster in GitOps way. - pkgver = 2.3.7 + pkgver = 2.3.8 pkgrel = 1 url = https://github.com/budimanjojo/talhelper license = BSD-3-Clause conflicts = talhelper provides = talhelper arch = aarch64 - source_aarch64 = https://github.com/budimanjojo/talhelper/releases/download/v2.3.7/talhelper_linux_arm64.tar.gz - sha256sums_aarch64 = 39b8c9906a60a94a2c3209aa998646533f4087c92c62427786b4a77d385f97d1 + source_aarch64 = https://github.com/budimanjojo/talhelper/releases/download/v2.3.8/talhelper_linux_arm64.tar.gz + sha256sums_aarch64 = 14520be784a073a313c44e9fca25b439b6f0391ce828fa2d1921f975d46cdf54 arch = x86_64 - source_x86_64 = https://github.com/budimanjojo/talhelper/releases/download/v2.3.7/talhelper_linux_amd64.tar.gz - sha256sums_x86_64 = 802c9905bb36b7637c47e542ad6d7c0fb5d2474806cb4c3df9930f231f440b69 + source_x86_64 = https://github.com/budimanjojo/talhelper/releases/download/v2.3.8/talhelper_linux_amd64.tar.gz + sha256sums_x86_64 = 5bb2e53e02fa8cc3fed161a0e37c3393568e021c4eaf9fa62dd4b585e29e0149 pkgname = talhelper-bin @@ -2,7 +2,7 @@ # Maintainer: Budiman Jojo <budimanjojo at gmail dot com> pkgname='talhelper-bin' -pkgver=2.3.7 +pkgver=2.3.8 pkgrel=1 pkgdesc='A tool to help creating Talos cluster in GitOps way.' url='https://github.com/budimanjojo/talhelper' @@ -11,11 +11,11 @@ license=('BSD-3-Clause') provides=('talhelper') conflicts=('talhelper') -source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.3.7/talhelper_linux_arm64.tar.gz") -sha256sums_aarch64=('39b8c9906a60a94a2c3209aa998646533f4087c92c62427786b4a77d385f97d1') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.3.8/talhelper_linux_arm64.tar.gz") +sha256sums_aarch64=('14520be784a073a313c44e9fca25b439b6f0391ce828fa2d1921f975d46cdf54') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.3.7/talhelper_linux_amd64.tar.gz") -sha256sums_x86_64=('802c9905bb36b7637c47e542ad6d7c0fb5d2474806cb4c3df9930f231f440b69') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/budimanjojo/talhelper/releases/download/v2.3.8/talhelper_linux_amd64.tar.gz") +sha256sums_x86_64=('5bb2e53e02fa8cc3fed161a0e37c3393568e021c4eaf9fa62dd4b585e29e0149') package() { # bin |