summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralphaweighted2023-11-07 10:31:45 +0000
committeralphaweighted2023-11-07 10:31:45 +0000
commit2fe5917b77f11a6cebd0df4fb6382ca1ca924ce0 (patch)
treee73b7de584e9131ad5c8290260ab074d911c6156 /PKGBUILD
parent0f334f79183fe172e900c744cacafd1c048dcbe4 (diff)
downloadaur-2fe5917b77f11a6cebd0df4fb6382ca1ca924ce0.tar.gz
Update to v0.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8df3ce14d471..1f05e4b80a1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alphaweighted <ceres@alphaweighted.com>
pkgname='awts-cli-bin'
-pkgver=0.0.8
+pkgver=0.1.0
pkgrel=1
pkgdesc='Command-line tool for interacting with AWTS systematic trading system environments'
url='https://alphaweighted.com'
@@ -11,11 +11,11 @@ license=('CC-BY-ND-4.0')
provides=('awts-cli')
conflicts=('awts-cli')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/alphaweighted/cli/releases/download/0.0.8/awts-cli_Linux_arm64.tar.gz")
-sha256sums_aarch64=('76c2467c8fe5a52ad0e4b648aaa319928a51779a2eb28383a2fd908274a43e64')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/alphaweighted/cli/releases/download/v0.1.0/awts-cli_Linux_arm64.tar.gz")
+sha256sums_aarch64=('2c868f1362f569a658bf1dc324fb08d2ca44b5bd32498cc4825dfbfba82d2355')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/alphaweighted/cli/releases/download/0.0.8/awts-cli_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('831966c816c37091c5719480053b722213288b98f20e8fcb53ffde3f7534808a')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/alphaweighted/cli/releases/download/v0.1.0/awts-cli_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('c01f42e91b7b01cd1c91a4246440e167b6431fab2573aedc1d130e7b34c28378')
package() {
install -Dm755 "./awts" "${pkgdir}/usr/bin/awts"