summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-02-16 15:25:57 +0000
committergoreleaserbot2024-02-16 15:25:57 +0000
commit1b6b8a869db05740d51e52eb0f1699fed2fe9de5 (patch)
treeb70132464f7cfec4d7ae4b351c49d0611490b880
parent0aebd0c300f68915d149c2335cd4da3c274160a9 (diff)
downloadaur-1b6b8a869db05740d51e52eb0f1699fed2fe9de5.tar.gz
Update to v0.0.11
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67f7d0ccb788..ab2ecf49947c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = torpedo-bin
pkgdesc = Connect to databases in private VPCs securely the easy way - no VPN required
- pkgver = 0.0.10
+ pkgver = 0.0.11
pkgrel = 1
url = https://github.com/sst/torpedo
conflicts = torpedo
provides = torpedo
arch = aarch64
- source_aarch64 = https://github.com/sst/torpedo/releases/download/v0.0.10/torpedo-Linux-arm64.tar.gz
- sha256sums_aarch64 = 3e78cee6d52a878a8f292a45d779ebfd3f68554bb86ea7eb236744150a48904d
+ source_aarch64 = https://github.com/sst/torpedo/releases/download/v0.0.11/torpedo-linux-arm64.tar.gz
+ sha256sums_aarch64 = 71403fcb5c455156680ca9b898a30b57cfe08905fd096403f3d3e7e71c149c6f
arch = i686
- source_i686 = https://github.com/sst/torpedo/releases/download/v0.0.10/torpedo-Linux-i386.tar.gz
- sha256sums_i686 = e25f6207a717bb1c02f1a3218f755f0cc22140714affcbb755e2f7c4361c5346
+ source_i686 = https://github.com/sst/torpedo/releases/download/v0.0.11/torpedo-linux-i386.tar.gz
+ sha256sums_i686 = 86cd338f58a2bf9be653492e1e4da36a4c63d02936c6d664d019f06a7b0342d8
arch = x86_64
- source_x86_64 = https://github.com/sst/torpedo/releases/download/v0.0.10/torpedo-Linux-x86_64.tar.gz
- sha256sums_x86_64 = 34681b7c2c1246215dc72e4e26dc71b08c47d19439e8b7754d7f9cd870a2445a
+ source_x86_64 = https://github.com/sst/torpedo/releases/download/v0.0.11/torpedo-linux-x86_64.tar.gz
+ sha256sums_x86_64 = df4bf3ed55c890f922545c8f26b33280f46a52aa4c62fbd9c77863f8ecd30684
pkgname = torpedo-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d7caa2045d0..16894d6b5f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
pkgname='torpedo-bin'
-pkgver=0.0.10
+pkgver=0.0.11
pkgrel=1
pkgdesc='Connect to databases in private VPCs securely the easy way - no VPN required'
url='https://github.com/sst/torpedo'
@@ -10,15 +10,15 @@ license=('')
provides=('torpedo')
conflicts=('torpedo')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.10/torpedo-Linux-arm64.tar.gz")
-sha256sums_aarch64=('3e78cee6d52a878a8f292a45d779ebfd3f68554bb86ea7eb236744150a48904d')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.11/torpedo-linux-arm64.tar.gz")
+sha256sums_aarch64=('71403fcb5c455156680ca9b898a30b57cfe08905fd096403f3d3e7e71c149c6f')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.10/torpedo-Linux-i386.tar.gz")
-sha256sums_i686=('e25f6207a717bb1c02f1a3218f755f0cc22140714affcbb755e2f7c4361c5346')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.11/torpedo-linux-i386.tar.gz")
+sha256sums_i686=('86cd338f58a2bf9be653492e1e4da36a4c63d02936c6d664d019f06a7b0342d8')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.10/torpedo-Linux-x86_64.tar.gz")
-sha256sums_x86_64=('34681b7c2c1246215dc72e4e26dc71b08c47d19439e8b7754d7f9cd870a2445a')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/torpedo/releases/download/v0.0.11/torpedo-linux-x86_64.tar.gz")
+sha256sums_x86_64=('df4bf3ed55c890f922545c8f26b33280f46a52aa4c62fbd9c77863f8ecd30684')
package() {
- install -Dm755 "./torpedo" "${pkgdir}/usr/bin/torpedo"
+ install -Dm755 ./torpedo "${pkgdir}/usr/bin/torpedo"
}