mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update stakpak-bin to v
This commit is contained in:
parent
0cb1dc5ff0
commit
5e2d0d7135
2 changed files with 13 additions and 13 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
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.2.60
|
||||
pkgrel = 3
|
||||
pkgrel = 1
|
||||
url = https://stakpak.dev
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -13,12 +13,12 @@ pkgbase = stakpak-bin
|
|||
source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/README.md
|
||||
sha256sums_x86_64 = 16ba0eae8339327fb40c0072b645545d3f3704bd00da60d1586b5e9e6e8041bf
|
||||
sha256sums_x86_64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
|
||||
sha256sums_x86_64 = c838b8c0aaced6799edad85c283a03a087d6355011e651bb5df436c8df6d3632
|
||||
sha256sums_x86_64 = 8320695d303094310734f5df7e96722a03d7948b076d52849a7b014006aff793
|
||||
source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.2.60/stakpak-linux-aarch64.tar.gz
|
||||
source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/LICENSE
|
||||
source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/README.md
|
||||
sha256sums_aarch64 = 2332fabde1832f3e9b1f36fa70f9c1b13475de2254bd765f859b4e77a8307704
|
||||
sha256sums_aarch64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
|
||||
sha256sums_aarch64 = c838b8c0aaced6799edad85c283a03a087d6355011e651bb5df436c8df6d3632
|
||||
sha256sums_aarch64 = 8320695d303094310734f5df7e96722a03d7948b076d52849a7b014006aff793
|
||||
|
||||
pkgname = stakpak-bin
|
||||
|
|
|
|||
20
PKGBUILD
20
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Arsany Samuel <arsanysamuel.as@gmail.com>
|
||||
pkgname=stakpak-bin
|
||||
pkgver=0.2.60
|
||||
pkgrel=3 # increment this when you make changes to PKGBUILD
|
||||
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')
|
||||
url="https://stakpak.dev"
|
||||
|
|
@ -10,23 +10,23 @@ depends=('glibc' 'openssl')
|
|||
|
||||
# Source URLs for different architectures
|
||||
source_x86_64=(
|
||||
"stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.2.60/stakpak-linux-x86_64.tar.gz"
|
||||
"LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/LICENSE"
|
||||
"README.md::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/README.md"
|
||||
"stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v${pkgver}/stakpak-linux-x86_64.tar.gz"
|
||||
"LICENSE::https://raw.githubusercontent.com/stakpak/agent/v${pkgver}/LICENSE"
|
||||
"README.md::https://raw.githubusercontent.com/stakpak/agent/v${pkgver}/README.md"
|
||||
)
|
||||
source_aarch64=(
|
||||
"stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.2.60/stakpak-linux-aarch64.tar.gz"
|
||||
"LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/LICENSE"
|
||||
"README.md::https://raw.githubusercontent.com/stakpak/agent/v0.2.60/README.md"
|
||||
"stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v${pkgver}/stakpak-linux-aarch64.tar.gz"
|
||||
"LICENSE::https://raw.githubusercontent.com/stakpak/agent/v${pkgver}/LICENSE"
|
||||
"README.md::https://raw.githubusercontent.com/stakpak/agent/v${pkgver}/README.md"
|
||||
)
|
||||
|
||||
# Generated checksums using updpkgsums
|
||||
# Generated checksums using updpkgsums
|
||||
sha256sums_x86_64=('16ba0eae8339327fb40c0072b645545d3f3704bd00da60d1586b5e9e6e8041bf'
|
||||
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
'c838b8c0aaced6799edad85c283a03a087d6355011e651bb5df436c8df6d3632')
|
||||
'8320695d303094310734f5df7e96722a03d7948b076d52849a7b014006aff793')
|
||||
sha256sums_aarch64=('2332fabde1832f3e9b1f36fa70f9c1b13475de2254bd765f859b4e77a8307704'
|
||||
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
'c838b8c0aaced6799edad85c283a03a087d6355011e651bb5df436c8df6d3632')
|
||||
'8320695d303094310734f5df7e96722a03d7948b076d52849a7b014006aff793')
|
||||
|
||||
package() {
|
||||
# Install the main binary
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue