diff --git a/.SRCINFO b/.SRCINFO index 74b23112e0252..6cf38a9592920 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 = null + pkgver = 0.2.78 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/vnull/stakpak-linux-x86_64.tar.gz - source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/vnull/LICENSE - source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/vnull/README.md + source_x86_64 = stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.2.78/stakpak-linux-x86_64.tar.gz + source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.2.78/LICENSE + source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.2.78/README.md sha256sums_x86_64 = 92b359fc69ab1682818047d3e64de6577ab7b6b1798cd28e22bd14b14741a1fe sha256sums_x86_64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 sha256sums_x86_64 = 1ec2ac148546f159962aed949da3a70a6a43719ef20f98ab8a112485a3d60e98 - source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/vnull/stakpak-linux-aarch64.tar.gz - source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/vnull/LICENSE - source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/vnull/README.md + source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.2.78/stakpak-linux-aarch64.tar.gz + source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.2.78/LICENSE + source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.2.78/README.md sha256sums_aarch64 = 5adf669af6d347337e4545cd94d975c4fcec9517e13604219244b2f99d133082 sha256sums_aarch64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4 sha256sums_aarch64 = 1ec2ac148546f159962aed949da3a70a6a43719ef20f98ab8a112485a3d60e98 diff --git a/PKGBUILD b/PKGBUILD index f9e10fd710eec..033a7a82af115 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Arsany Samuel pkgname=stakpak-bin -pkgver=null +pkgver=0.2.78 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')