summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgoreleaserbot2024-04-24 05:21:39 +0000
committergoreleaserbot2024-04-24 05:21:39 +0000
commit3b53b294ee2311590b98e76e68b4123c2a3c05e9 (patch)
treeef664591d2095765b8e2d394b0f726582e168b68
parent9df36872915baf2597689ab4b4b40ab54b347b06 (diff)
downloadaur-3b53b294ee2311590b98e76e68b4123c2a3c05e9.tar.gz
Update to v0.0.302
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa50a71bd2c..04c4fbeded7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = sst-bin
pkgdesc = Deploy anything
- pkgver = 0.0.301
+ pkgver = 0.0.302
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.301/sst-linux-arm64.tar.gz
- sha256sums_aarch64 = f4d9c9534a68c00b4b30097024cb7853cb192c8383e380be905c088a92199b84
+ source_aarch64 = https://github.com/sst/ion/releases/download/v0.0.302/sst-linux-arm64.tar.gz
+ sha256sums_aarch64 = b39387999eddf9aaf9bb463ff9b61fab922935b1147cae7683efff7989216f88
arch = i686
- source_i686 = https://github.com/sst/ion/releases/download/v0.0.301/sst-linux-386.tar.gz
- sha256sums_i686 = 4d358fd513162202d3ff83e8abe867cc98581f74f4d0c8b00177c07444d5d750
+ source_i686 = https://github.com/sst/ion/releases/download/v0.0.302/sst-linux-386.tar.gz
+ sha256sums_i686 = 1818568f25a90bd2ecd3f009c45671da1ea32bc8e8d107e5e15fbf910c7e6523
arch = x86_64
- source_x86_64 = https://github.com/sst/ion/releases/download/v0.0.301/sst-linux-x86_64.tar.gz
- sha256sums_x86_64 = c0fd25639989a0c13c94a2bf1e01a82eabfb0567ec5559dafdb2f56e6570850a
+ source_x86_64 = https://github.com/sst/ion/releases/download/v0.0.302/sst-linux-x86_64.tar.gz
+ sha256sums_x86_64 = bb01f52b976c8ef78ca3fd1519b5f190a03d1adf82183e82666634a7df8baec2
pkgname = sst-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71cc310ed3c7..6cdff931e3ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# This file was generated by GoReleaser. DO NOT EDIT.
pkgname='sst-bin'
-pkgver=0.0.301
+pkgver=0.0.302
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.301/sst-linux-arm64.tar.gz")
-sha256sums_aarch64=('f4d9c9534a68c00b4b30097024cb7853cb192c8383e380be905c088a92199b84')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.302/sst-linux-arm64.tar.gz")
+sha256sums_aarch64=('b39387999eddf9aaf9bb463ff9b61fab922935b1147cae7683efff7989216f88')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/ion/releases/download/v0.0.301/sst-linux-386.tar.gz")
-sha256sums_i686=('4d358fd513162202d3ff83e8abe867cc98581f74f4d0c8b00177c07444d5d750')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/sst/ion/releases/download/v0.0.302/sst-linux-386.tar.gz")
+sha256sums_i686=('1818568f25a90bd2ecd3f009c45671da1ea32bc8e8d107e5e15fbf910c7e6523')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.301/sst-linux-x86_64.tar.gz")
-sha256sums_x86_64=('c0fd25639989a0c13c94a2bf1e01a82eabfb0567ec5559dafdb2f56e6570850a')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/sst/ion/releases/download/v0.0.302/sst-linux-x86_64.tar.gz")
+sha256sums_x86_64=('bb01f52b976c8ef78ca3fd1519b5f190a03d1adf82183e82666634a7df8baec2')
package() {
install -Dm755 ./sst "${pkgdir}/usr/bin/sst"