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
ac1a950ca4
commit
022bb5d0b7
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.67
|
||||
pkgver = 0.3.68
|
||||
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.67/stakpak-linux-x86_64.tar.gz
|
||||
source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.67/LICENSE
|
||||
source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.67/README.md
|
||||
sha256sums_x86_64 = 9b909785270cd778823bf3783829b714efba01faaf7fb57952127873df9ad843
|
||||
source_x86_64 = stakpak-linux-x86_64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.68/stakpak-linux-x86_64.tar.gz
|
||||
source_x86_64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.68/LICENSE
|
||||
source_x86_64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.68/README.md
|
||||
sha256sums_x86_64 = f11c73c977de1e63c6fdd88448a8c0d265ae4d6ecf3f7d4c239fb2190139e772
|
||||
sha256sums_x86_64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
|
||||
sha256sums_x86_64 = 592ccaed79615741a3bba1f3184eeec81a0aef0f8682f4badb03d4ee8c8e2566
|
||||
source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.67/stakpak-linux-aarch64.tar.gz
|
||||
source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.67/LICENSE
|
||||
source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.67/README.md
|
||||
sha256sums_aarch64 = f208d6f640ce19fd05a79a74ce444bc84c93f47e53f37834ca74c42e2ec4ef57
|
||||
source_aarch64 = stakpak-linux-aarch64.tar.gz::https://github.com/stakpak/agent/releases/download/v0.3.68/stakpak-linux-aarch64.tar.gz
|
||||
source_aarch64 = LICENSE::https://raw.githubusercontent.com/stakpak/agent/v0.3.68/LICENSE
|
||||
source_aarch64 = README.md::https://raw.githubusercontent.com/stakpak/agent/v0.3.68/README.md
|
||||
sha256sums_aarch64 = 5efe023d100fc88a9b5efefd610019fee0ce7bf6b8a25b799255719d64800ee1
|
||||
sha256sums_aarch64 = c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4
|
||||
sha256sums_aarch64 = 592ccaed79615741a3bba1f3184eeec81a0aef0f8682f4badb03d4ee8c8e2566
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Arsany Samuel <arsanysamuel.as@gmail.com>
|
||||
pkgname=stakpak-bin
|
||||
pkgver=0.3.67
|
||||
pkgver=0.3.68
|
||||
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=('9b909785270cd778823bf3783829b714efba01faaf7fb57952127873df9ad843'
|
||||
sha256sums_x86_64=('f11c73c977de1e63c6fdd88448a8c0d265ae4d6ecf3f7d4c239fb2190139e772'
|
||||
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
'592ccaed79615741a3bba1f3184eeec81a0aef0f8682f4badb03d4ee8c8e2566')
|
||||
sha256sums_aarch64=('f208d6f640ce19fd05a79a74ce444bc84c93f47e53f37834ca74c42e2ec4ef57'
|
||||
sha256sums_aarch64=('5efe023d100fc88a9b5efefd610019fee0ce7bf6b8a25b799255719d64800ee1'
|
||||
'c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4'
|
||||
'592ccaed79615741a3bba1f3184eeec81a0aef0f8682f4badb03d4ee8c8e2566')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue