From fada92af7999ee8134f0a9d43a8f564651d12f96 Mon Sep 17 00:00:00 2001 From: Sebastian Kunze Date: Fri, 26 Apr 2024 09:01:08 +0000 Subject: [PATCH] chore(tfswitch): bump version to 1.1.1 --- tfswitch-bin/.SRCINFO | 6 +++--- tfswitch-bin/PKGBUILD | 4 ++-- tfswitch/.SRCINFO | 6 +++--- tfswitch/PKGBUILD | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tfswitch-bin/.SRCINFO b/tfswitch-bin/.SRCINFO index 790bc19..5281da3 100644 --- a/tfswitch-bin/.SRCINFO +++ b/tfswitch-bin/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = tfswitch-bin pkgdesc = A command line tool to switch between different versions of terraform. Pre-compiled. - pkgver = 1.1.0 + pkgver = 1.1.1 pkgrel = 1 url = https://github.com/warrensbox/terraform-switcher arch = x86_64 license = MIT provides = tfswitch conflicts = tfswitch - source = https://github.com/warrensbox/terraform-switcher/releases/download/v1.1.0/terraform-switcher_v1.1.0_linux_amd64.tar.gz - sha256sums = 12ee7a650ade39e834ff8387c548f5a7b6fc16fb048cae918de6a28ee76b4d7a + source = https://github.com/warrensbox/terraform-switcher/releases/download/v1.1.1/terraform-switcher_v1.1.1_linux_amd64.tar.gz + sha256sums = cd085a6eeab04a2e555da449ea37bf619116819df9a5151f7f8d0eb85e3f36d1 pkgname = tfswitch-bin diff --git a/tfswitch-bin/PKGBUILD b/tfswitch-bin/PKGBUILD index 2258c82..1274037 100644 --- a/tfswitch-bin/PKGBUILD +++ b/tfswitch-bin/PKGBUILD @@ -2,7 +2,7 @@ pkgname=tfswitch-bin _pkgname=tfswitch -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc='A command line tool to switch between different versions of terraform. Pre-compiled.' arch=('x86_64') @@ -11,7 +11,7 @@ license=('MIT') provides=('tfswitch') conflicts=('tfswitch') source=("$url/releases/download/v$pkgver/terraform-switcher_v${pkgver}_linux_amd64.tar.gz") -sha256sums=('12ee7a650ade39e834ff8387c548f5a7b6fc16fb048cae918de6a28ee76b4d7a') +sha256sums=('cd085a6eeab04a2e555da449ea37bf619116819df9a5151f7f8d0eb85e3f36d1') package() { install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname" diff --git a/tfswitch/.SRCINFO b/tfswitch/.SRCINFO index 24d6290..317b7d9 100644 --- a/tfswitch/.SRCINFO +++ b/tfswitch/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = tfswitch pkgdesc = A command line tool to switch between different versions of terraform. - pkgver = 1.1.0 + pkgver = 1.1.1 pkgrel = 1 url = https://github.com/warrensbox/terraform-switcher arch = x86_64 license = MIT makedepends = go - source = https://github.com/warrensbox/terraform-switcher/archive/v1.1.0.tar.gz - sha256sums = 72988157f8fe93fc5c6eef42f3daecef9a018e94c95c5bb9961f59c6a24badce + source = https://github.com/warrensbox/terraform-switcher/archive/v1.1.1.tar.gz + sha256sums = 8e69859398e3289fac0339dd6399762bb325b9a907d511f0973552fddf846534 pkgname = tfswitch diff --git a/tfswitch/PKGBUILD b/tfswitch/PKGBUILD index 8ee5d56..bf0a7f8 100644 --- a/tfswitch/PKGBUILD +++ b/tfswitch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Sebastian Kunze pkgname=tfswitch -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc='A command line tool to switch between different versions of terraform.' arch=('x86_64') @@ -9,7 +9,7 @@ url='https://github.com/warrensbox/terraform-switcher' license=('MIT') makedepends=('go') source=("$url/archive/v$pkgver.tar.gz") -sha256sums=('72988157f8fe93fc5c6eef42f3daecef9a018e94c95c5bb9961f59c6a24badce') +sha256sums=('8e69859398e3289fac0339dd6399762bb325b9a907d511f0973552fddf846534') build() { cd "terraform-switcher-$pkgver"