summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Almeida2022-05-23 11:08:40 +0200
committerThiago Almeida2022-05-23 11:08:40 +0200
commit013911137205a2e3d6928860257ed39d6205f673 (patch)
tree450783fdcf96cdfe33041aa62a0a03ba95ac1407
parented4c682411bab4ac1dfe60f00afbee0a1775a347 (diff)
downloadaur-013911137205a2e3d6928860257ed39d6205f673.tar.gz
feat: Version bump to 0.1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 487431f52eac..9fe85be9c783 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.2
+ pkgver = 0.1.8
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.2/pluralith_cli_linux_amd64_0.1.2
- sha256sums_x86_64 = a0d4f46bf37ed08008b33f4ddee4e7f954bccb6edf0f33f71e2ea0ea927c4dcc
+ 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
pkgname = pluralith-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 229b0e608d80..5c793c715f85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Thiago Almeida <echo "dGhpYWdvYWxtZWlkYXNhQGdtYWlsLmNvbQo=" | base64 -d>
pkgname="pluralith-cli-bin"
-pkgver=0.1.2
+pkgver=0.1.8
pkgrel=1
pkgdesc="Pluralith CLI for integration with Terraform and other useful little tools"
url="https://github.com/Pluralith/pluralith-cli"
arch=('x86_64')
license=('Apache-2.0')
provides=('pluralith')
-source_x86_64=("$pkgname::$url/releases/download/v${pkgver}/pluralith_cli_linux_amd64_${pkgver}")
-sha256sums_x86_64=('a0d4f46bf37ed08008b33f4ddee4e7f954bccb6edf0f33f71e2ea0ea927c4dcc')
+source_x86_64=("$pkgname::$url/releases/download/v${pkgver}/pluralith_cli_linux_amd64_v${pkgver}")
+sha256sums_x86_64=('eb5757e1a6e246a666d4d7e16da14abecbc269a3f883c2dc762ac59e11a3bf05')
package() {
install -Dm755 pluralith-cli-bin "$pkgdir/usr/bin/pluralith"