summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjoaofnds2022-10-22 15:43:00 +0000
committerjoaofnds2022-10-22 15:43:00 +0000
commit97698b36412973c9b83d9164501f3191b6f4d58b (patch)
tree858a1b8df3c8632524afdcff6a06aa0462c3599a /PKGBUILD
parent9f0968abee707658478df1e75d20ccbba680a0ca (diff)
downloadaur-97698b36412973c9b83d9164501f3191b6f4d58b.tar.gz
Update to 0.0.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a5db23c5417..6caf57dc41e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: João Fernandes <joaofnds@joaofnds.com>
pkgname='astro-bin'
-pkgver=0.0.14
+pkgver=0.0.15
pkgrel=1
pkgdesc='A habit tracker for your terminal with a GitHub style activity graph'
url='https://astro.joaofnds.com/'
@@ -12,14 +12,14 @@ license=('MIT')
provides=('astro')
conflicts=('astro')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.14/astro_0.0.14_Linux_arm64.tar.gz")
-sha256sums_aarch64=('145d1046fd5e741da9a3c1ff2e89c23ab1607bb1ca48dadc8bb18000b5e51264')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.15/astro_0.0.15_Linux_arm64.tar.gz")
+sha256sums_aarch64=('8b4d1a2fb6f5a3d2291bc93c33c7d63d4e730a5adc24b67c7c69627b72da2a64')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.14/astro_0.0.14_Linux_i386.tar.gz")
-sha256sums_i686=('b97da55eb19d2a3fdd58ee2b31bb8bd5a765fdf2d8d9c0d769d10dd67bbfc738')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.15/astro_0.0.15_Linux_i386.tar.gz")
+sha256sums_i686=('89f623caad522ac852f1d62b8676165af208fea14c9584319854d4f96b6367b1')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.14/astro_0.0.14_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('1b195df7d1a2b48f8b615f88e0c1b995c83ab9bb30c11cefbb1f5004c2ee1f38')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.15/astro_0.0.15_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('8ddb0bede8476f33dfa77acb0fa7996e19a0e15bae114167fecba1e5bd6eff99')
package() {
install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"