summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Almeida2022-07-22 14:16:20 +0200
committerThiago Almeida2022-07-22 14:16:20 +0200
commit35bf18007d3d6fd3e14ce09f6d2d5c49e1c3053d (patch)
treeed1edeb6d2a5021b52605a52db8704fef57ac60a
parent013911137205a2e3d6928860257ed39d6205f673 (diff)
downloadaur-pluralith-cli-bin.tar.gz
feat: Version bump to 0.1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe85be9c783..c99db0efeefd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pluralith-cli-bin
pkgdesc = Pluralith CLI for integration with Terraform and other useful little tools
- pkgver = 0.1.8
+ pkgver = 0.1.11
pkgrel = 1
url = https://github.com/Pluralith/pluralith-cli
arch = x86_64
license = Apache-2.0
provides = pluralith
- source_x86_64 = pluralith-cli-bin::https://github.com/Pluralith/pluralith-cli/releases/download/v0.1.8/pluralith_cli_linux_amd64_v0.1.8
- sha256sums_x86_64 = eb5757e1a6e246a666d4d7e16da14abecbc269a3f883c2dc762ac59e11a3bf05
+ source_x86_64 = pluralith-cli-bin::https://github.com/Pluralith/pluralith-cli/releases/download/v0.1.11/pluralith_cli_linux_amd64_v0.1.11
+ sha256sums_x86_64 = f89f0eab65ea3fccb55d23ca46bc43899f76a1da65788e2b07fcab3cf02986c2
pkgname = pluralith-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c793c715f85..2e4c2c08a0a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="pluralith-cli-bin"
-pkgver=0.1.8
+pkgver=0.1.11
pkgrel=1
pkgdesc="Pluralith CLI for integration with Terraform and other useful little tools"
url="https://github.com/Pluralith/pluralith-cli"
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('Apache-2.0')
provides=('pluralith')
source_x86_64=("$pkgname::$url/releases/download/v${pkgver}/pluralith_cli_linux_amd64_v${pkgver}")
-sha256sums_x86_64=('eb5757e1a6e246a666d4d7e16da14abecbc269a3f883c2dc762ac59e11a3bf05')
+sha256sums_x86_64=('f89f0eab65ea3fccb55d23ca46bc43899f76a1da65788e2b07fcab3cf02986c2')
package() {
install -Dm755 pluralith-cli-bin "$pkgdir/usr/bin/pluralith"