Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(tfswitch): bump version to 1.1.1 #30

Merged
merged 1 commit into from
Apr 26, 2024
Merged
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
6 changes: 3 additions & 3 deletions tfswitch-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tfswitch-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions tfswitch/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions tfswitch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Sebastian Kunze <mail at sebastiankunze dot de>

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')
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"
Expand Down