summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralphaweighted2023-11-06 11:32:38 +0000
committeralphaweighted2023-11-06 11:32:38 +0000
commit0f334f79183fe172e900c744cacafd1c048dcbe4 (patch)
tree66b46db8a97de6c061f8cca7839c6a59aaca7cca /PKGBUILD
parent3775e269022fde3538c1f21abfde5cfee0b18374 (diff)
downloadaur-0f334f79183fe172e900c744cacafd1c048dcbe4.tar.gz
Update to 0.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b653a2053d22..8df3ce14d471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alphaweighted <ceres@alphaweighted.com>
pkgname='awts-cli-bin'
-pkgver=0.0.7
+pkgver=0.0.8
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.7/awts-cli_Linux_arm64.tar.gz")
-sha256sums_aarch64=('ee22ce821ccb8eb5bf593c6a3d98d86acf01900945f27a695f07c13df818c2b4')
+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_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/alphaweighted/cli/releases/download/0.0.7/awts-cli_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('8d0403be6fe2bb425eb7ef867d64b4adb075468fec4612e1269d59bec0b96bcd')
+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')
package() {
install -Dm755 "./awts" "${pkgdir}/usr/bin/awts"