From e9ec7e95a367d2cb6501798d25322e4be90ad5b9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Feb 2026 01:15:55 +0000 Subject: [PATCH] Update stakpak-bin to v --- .SRCINFO | 14 +++++++------- PKGBUILD | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a7c70719323b3..c5bc1dec0e078 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = stakpak-bin pkgdesc = Stakpak is a terminal-native DevOps Agent in Rust 🦀. It can run commands, edit files, search docs, and more. It has security super powers, and generates high quality IaC - pkgver = 0.3.45 + pkgver = 0.3.50 pkgrel = 1 url = https://stakpak.dev arch = x86_64 @@ -8,15 +8,15 @@ pkgbase = stakpak-bin license = Apache depends = glibc depends = openssl - source_x86_64 = stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.45/stakpak-linux-x86_64.tar.gz - source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.45/LICENSE - source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.45/README.md + source_x86_64 = stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.50/stakpak-linux-x86_64.tar.gz + source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.50/LICENSE + source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.50/README.md sha256sums_x86_64 = 4e76180bb12a9a235aaf4482c66c448753c79a152342e11f658a6df88c204f8d sha256sums_x86_64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 sha256sums_x86_64 = 4fbffaab9e449adbb1e2eba9cfeb3a8bc721ecc626da1e7dbf9160e8ce234910 - source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.45/stakpak-linux-aarch64.tar.gz - source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.45/LICENSE - source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.45/README.md + source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.50/stakpak-linux-aarch64.tar.gz + source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.50/LICENSE + source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.50/README.md sha256sums_aarch64 = 162e78271baaadf430c46bd883ee44df9327c6009c08f66cd636cf15fa94e097 sha256sums_aarch64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 sha256sums_aarch64 = 4fbffaab9e449adbb1e2eba9cfeb3a8bc721ecc626da1e7dbf9160e8ce234910 diff --git a/PKGBUILD b/PKGBUILD index 725ffcc45e1f1..9270455a6ea41 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Arsany Samuel pkgname=stakpak-bin -pkgver=0.3.45 +pkgver=0.3.50 pkgrel=1 pkgdesc="Stakpak is a terminal-native DevOps Agent in Rust 🦀. It can run commands, edit files, search docs, and more. It has security super powers, and generates high quality IaC" arch=('x86_64' 'aarch64')