summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjoaofnds2023-02-22 15:24:35 +0000
committerjoaofnds2023-02-22 15:24:35 +0000
commitecb7346f0fb1e8018e5b4f7b2732d4a02faf3cbf (patch)
tree76e34133e2b8acf37d18ab0b470a745642368a93 /PKGBUILD
parent79df563cb68d2cdfdde845aa03fc68b0a959fa97 (diff)
downloadaur-ecb7346f0fb1e8018e5b4f7b2732d4a02faf3cbf.tar.gz
Update to 0.0.32
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6471c538249..ffcdc3673925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: João Fernandes <joaofnds@joaofnds.com>
pkgname='astro-bin'
-pkgver=0.0.31
+pkgver=0.0.32
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.31/astro_0.0.31_Linux_arm64.tar.gz")
-sha256sums_aarch64=('63422419df94765cd4891bf46e788aeb519cea9d19b1f1eb9ab75d702a5632e9')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.32/astro_0.0.32_Linux_arm64.tar.gz")
+sha256sums_aarch64=('8c6384605a91d1ed1a0b61e1e99a615056732d3d4fc07562914e0fe553f074ef')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.31/astro_0.0.31_Linux_i386.tar.gz")
-sha256sums_i686=('1a25956669c58dd9731539b6229ecca3443f5de4f2fb3fe864175037e19992eb')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.32/astro_0.0.32_Linux_i386.tar.gz")
+sha256sums_i686=('c5aa88c534b00c6443ce0571d7db699cf24d2cac2fee4e56bcf1374c3f1959d4')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.31/astro_0.0.31_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('f62d32933e6a6ab7d38f18c0c0179c43a5d053ed780583b48b781f1c9cb87dda')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.32/astro_0.0.32_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('06fcbd3dec9abf69bbc6072167d95781199b8fbafed9a0b7f827f60e97569291')
package() {
install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"