summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-04-13 21:50:33 +0000
committerYour Name2022-04-13 21:50:33 +0000
commit15f3cfb8d32c996a37822fecf50bd1dd383dbb30 (patch)
treebba51f6477c387a04480d67c0cbd68bb28a22f54
parentd9fb3dfe8d8ae199b05b9fa5f491b148d958bb7f (diff)
downloadaur-15f3cfb8d32c996a37822fecf50bd1dd383dbb30.tar.gz
Update to version 1.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7233cf7129c..edc907b84f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gossm-bin
pkgdesc = Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager
- pkgver = 1.4.4
+ pkgver = 1.4.5
pkgrel = 1
url = https://github.com/gjbae1212/gossm
arch = x86_64
license = MIT
depends = pacman>5
depends = openssh
- source = gossm-bin-1.4.4.tar.gz::https://github.com/gjbae1212/gossm/releases/download/v1.4.4/gossm_1.4.4_Linux_x86_64.tar.gz
- sha256sums = dbfa18255a13b8380cfaec6f2f6caa7389a0e2f0e600630d596994385cf6c901
+ source = gossm-bin-1.4.5.tar.gz::https://github.com/gjbae1212/gossm/releases/download/v1.4.5/gossm_1.4.5_Linux_x86_64.tar.gz
+ sha256sums = 2c18365ba5fe2a56e29ff9567aa177e8720406f8ef00c3359140eb2ae855e581
pkgname = gossm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a2d3b771f1c..b59ecb08ca6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=gossm-bin
-pkgver=1.4.4
+pkgver=1.4.5
pkgrel=1
pkgdesc="Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager "
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=(
'openssh'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gjbae1212/${pkgname%-bin}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_Linux_x86_64.tar.gz")
-sha256sums=('dbfa18255a13b8380cfaec6f2f6caa7389a0e2f0e600630d596994385cf6c901')
+sha256sums=('2c18365ba5fe2a56e29ff9567aa177e8720406f8ef00c3359140eb2ae855e581')
package() {
mkdir -p "${pkgdir}/usr/bin" "${pkgdir}/usr/share/${pkgname}"