summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-05-08 03:48:19 +0000
committergoreleaserbot2024-05-08 03:48:19 +0000
commitcbecaa7cae0f4d62bd63d45f0f6b999114f70a58 (patch)
tree1fba5f78f055bca367d8090744def710922b5da1
parenteea66e0811f7270aa2ffe0661f6c08286adb4947 (diff)
downloadaur-cbecaa7cae0f4d62bd63d45f0f6b999114f70a58.tar.gz
Update to v0.0.355
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42af76484230..6f518036edca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = sst-bin
pkgdesc = Deploy anything
- pkgver = 0.0.354
+ pkgver = 0.0.355
pkgrel = 1
url = https://github.com/sst/ion
license = MIT
conflicts = sst
provides = sst
arch = aarch64
- source_aarch64 = https://github.com/sst/ion/releases/download/v0.0.354/sst-linux-arm64.tar.gz
- sha256sums_aarch64 = 829782af33d8042101b2809121994f9a19bc4bef125d44d4067afd0426d2c936
+ source_aarch64 = https://github.com/sst/ion/releases/download/v0.0.355/sst-linux-arm64.tar.gz
+ sha256sums_aarch64 = bcef0667d8af21910d4aec322e00e38031e10e5cf3d748c624d7562cd24f02ee
arch = i686
- source_i686 = https://github.com/sst/ion/releases/download/v0.0.354/sst-linux-386.tar.gz
- sha256sums_i686 = 3349da9853071309dc4508f25895e3b0a7df4bcd04d5a2b861c118dcfbd78c71
+ source_i686 = https://github.com/sst/ion/releases/download/v0.0.355/sst-linux-386.tar.gz
+ sha256sums_i686 = 60ff7385b76e0a645ed20676acc814613f5db9a94096f6fa738fc910e64b0bf3
arch = x86_64
- source_x86_64 = https://github.com/sst/ion/releases/download/v0.0.354/sst-linux-x86_64.tar.gz
- sha256sums_x86_64 = 73ff1dfdc9d991152df997f9fcb13c99972dc46b0d458b4c542663d11be21e5f
+ source_x86_64 = https://github.com/sst/ion/releases/download/v0.0.355/sst-linux-x86_64.tar.gz
+ sha256sums_x86_64 = 25a0fca15832ec23ee6f6e181553d4ab95bd5d7dd72e070c02968da839ac7ae0
pkgname = sst-bin
diff --git a/PKGBUILD b/PKGBUILD
index 033dd67181b6..8cca349497be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
pkgname='sst-bin'
-pkgver=0.0.354
+pkgver=0.0.355
pkgrel=1
pkgdesc='Deploy anything'
url='https://github.com/sst/ion'
@@ -10,14 +10,14 @@ license=('MIT')
provides=('sst')
conflicts=('sst')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.354/sst-linux-arm64.tar.gz")
-sha256sums_aarch64=('829782af33d8042101b2809121994f9a19bc4bef125d44d4067afd0426d2c936')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.355/sst-linux-arm64.tar.gz")
+sha256sums_aarch64=('bcef0667d8af21910d4aec322e00e38031e10e5cf3d748c624d7562cd24f02ee')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/ion/releases/download/v0.0.354/sst-linux-386.tar.gz")
-sha256sums_i686=('3349da9853071309dc4508f25895e3b0a7df4bcd04d5a2b861c118dcfbd78c71')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/ion/releases/download/v0.0.355/sst-linux-386.tar.gz")
+sha256sums_i686=('60ff7385b76e0a645ed20676acc814613f5db9a94096f6fa738fc910e64b0bf3')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.354/sst-linux-x86_64.tar.gz")
-sha256sums_x86_64=('73ff1dfdc9d991152df997f9fcb13c99972dc46b0d458b4c542663d11be21e5f')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.355/sst-linux-x86_64.tar.gz")
+sha256sums_x86_64=('25a0fca15832ec23ee6f6e181553d4ab95bd5d7dd72e070c02968da839ac7ae0')
package() {
install -Dm755 ./sst "${pkgdir}/usr/bin/sst"