Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion foundry-cli-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = foundry-cli-bin
pkgdesc = Foundry DevOps automation CLI
pkgver = 0.0.31
pkgver = 0.0.34
pkgrel = 1
url = https://github.com/shpitdev/foundry-cli
install = foundry-cli-bin.install
Expand Down
4 changes: 2 additions & 2 deletions foundry-cli-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Anand Pant

pkgname=foundry-cli-bin
pkgver=0.0.31
pkgver=0.0.34
pkgrel=1
pkgdesc="Foundry DevOps automation CLI"
arch=('x86_64')
Expand All @@ -13,7 +13,7 @@ provides=('foundry-cli')
conflicts=('foundry-cli')

_asset="foundry-cli_${pkgver}_linux_amd64.tar.gz"
_sha256='8d03cac9c5c4f9ace8ed6968984de3637532f00f81f9c3e9616dd14d4c26802c'
_sha256='0b23df8b4e0e2a8871e42d4f08148e68ec2aa0cd405ec1036ee0b0ae485589c9'

prepare() {
gh release download "v${pkgver}" \
Expand Down
2 changes: 1 addition & 1 deletion meshix-cli-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = meshix-cli-bin
pkgdesc = Meshix CLI for run inspection and generation workflows
pkgver = 0.0.22
pkgver = 0.0.25
pkgrel = 1
url = https://github.com/shpitdev/meshix-mono
install = meshix-cli-bin.install
Expand Down
4 changes: 2 additions & 2 deletions meshix-cli-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Anand Pant

pkgname=meshix-cli-bin
pkgver=0.0.22
pkgver=0.0.25
pkgrel=1
pkgdesc="Meshix CLI for run inspection and generation workflows"
arch=('x86_64')
Expand All @@ -16,7 +16,7 @@ conflicts=('meshix-cli')
# Public PKGBUILD, private release asset. Users need GitHub access to the shpitdev org.
_release_version="${pkgver//_/-}"
_asset="meshix-cli_v${_release_version}_linux_amd64.tar.gz"
_sha256='cddf4d01a77a6277a1625ef1e6db427c710c64ed458a55243c7803abe480cb73'
_sha256='329c4b0dfa3f7748fad284455e7193339fcc5b537b615472ba5e61c937a6eece'

prepare() {
gh release download "meshix-cli-v${_release_version}" \
Expand Down