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
51135cf50a
commit
fd3b1f974f
2 changed files with 12 additions and 12 deletions
18
.SRCINFO
18
.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.4
|
||||
pkgver = 0.3.5
|
||||
pkgrel = 1
|
||||
url = https://stakpak.dev
|
||||
arch = x86_64
|
||||
|
|
@ -8,16 +8,16 @@ 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.4/stakpak-linux-x86_64.tar.gz
|
||||
source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.4/LICENSE
|
||||
source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.4/README.md
|
||||
sha256sums_x86_64 = bc02680d033ed550df033c25a31a1b303e78c23abd525ef61fd690048dc4780c
|
||||
source_x86_64 = stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.5/stakpak-linux-x86_64.tar.gz
|
||||
source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.5/LICENSE
|
||||
source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.5/README.md
|
||||
sha256sums_x86_64 = 5cfdcf9ffce51fa1147a3475392588333295cef30cabdebde8ea63401434c2e4
|
||||
sha256sums_x86_64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
|
||||
sha256sums_x86_64 = ebe4050dd66fe80e4c383175eeef434b21debada67e262e46e70f67c03c9d533
|
||||
source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.4/stakpak-linux-aarch64.tar.gz
|
||||
source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.4/LICENSE
|
||||
source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.4/README.md
|
||||
sha256sums_aarch64 = 9b44f46d18d36b85968da67d0a1d66dc9540eb469e7a71f2defefc358560b1d6
|
||||
source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.5/stakpak-linux-aarch64.tar.gz
|
||||
source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.5/LICENSE
|
||||
source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.5/README.md
|
||||
sha256sums_aarch64 = dea2d5cc576577eb3ecd5c1c1515cc825edb3bfe4da508916794891e3b27b2c3
|
||||
sha256sums_aarch64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
|
||||
sha256sums_aarch64 = ebe4050dd66fe80e4c383175eeef434b21debada67e262e46e70f67c03c9d533
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Arsany Samuel <arsanysamuel.as@gmail.com>
|
||||
pkgname=stakpak-bin
|
||||
pkgver=0.3.4
|
||||
pkgver=0.3.5
|
||||
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')
|
||||
|
|
@ -21,10 +21,10 @@ source_aarch64=(
|
|||
)
|
||||
|
||||
# Generated checksums using updpkgsums
|
||||
sha256sums_x86_64=('bc02680d033ed550df033c25a31a1b303e78c23abd525ef61fd690048dc4780c'
|
||||
sha256sums_x86_64=('5cfdcf9ffce51fa1147a3475392588333295cef30cabdebde8ea63401434c2e4'
|
||||
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
'ebe4050dd66fe80e4c383175eeef434b21debada67e262e46e70f67c03c9d533')
|
||||
sha256sums_aarch64=('9b44f46d18d36b85968da67d0a1d66dc9540eb469e7a71f2defefc358560b1d6'
|
||||
sha256sums_aarch64=('dea2d5cc576577eb3ecd5c1c1515cc825edb3bfe4da508916794891e3b27b2c3'
|
||||
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
'ebe4050dd66fe80e4c383175eeef434b21debada67e262e46e70f67c03c9d533')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue