summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjoaofnds2022-11-26 22:05:42 +0000
committerjoaofnds2022-11-26 22:05:42 +0000
commit9599167c4790b204b5ba99d5ea2d8e4cf5a7767a (patch)
treedd23f2964dd253d1eb62fd84a95bdf2dffc97ae8 /PKGBUILD
parent710741b0ab490076547dec80572eeea7dc8aff55 (diff)
downloadaur-9599167c4790b204b5ba99d5ea2d8e4cf5a7767a.tar.gz
Update to 0.0.27
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaac59400aa4..e58dc0fca702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: João Fernandes <joaofnds@joaofnds.com>
pkgname='astro-bin'
-pkgver=0.0.26
+pkgver=0.0.27
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.26/astro_0.0.26_Linux_arm64.tar.gz")
-sha256sums_aarch64=('91834675748e9abe7deebeb48b0dc923802b778d5620478bf273ebcc15eaa9bd')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.27/astro_0.0.27_Linux_arm64.tar.gz")
+sha256sums_aarch64=('b421c489709006745c45183b3f35c24b3fec2ea5891fab196f41b1ed9dcdbf78')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.26/astro_0.0.26_Linux_i386.tar.gz")
-sha256sums_i686=('aad78bcb2490d17705b44bda63d040bf4e98547e85f80ce70f4e7f003609e18e')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.27/astro_0.0.27_Linux_i386.tar.gz")
+sha256sums_i686=('2e74e91e8132ef8c2a7a0a2d992cf1cd8dd077d5badeef183a32995112ded18c')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.26/astro_0.0.26_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('f8d418d8b54ae395e23dcd7b29daf8b37d2f280255c6ad5297d0044a6461a80d')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.27/astro_0.0.27_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('c610c0d6314acb52435aa362f0f88f8ed6a4bdcffc444d8aa9a5110d8cef4328')
package() {
install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"