summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73158c8ccbba..ae390995e056 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = astro-bin
pkgdesc = A habit tracker for your terminal with a GitHub style activity graph
- pkgver = 0.0.15
+ pkgver = 0.0.16
pkgrel = 1
url = https://astro.joaofnds.com/
license = MIT
conflicts = astro
provides = astro
arch = aarch64
- source_aarch64 = https://github.com/joaofnds/astro/releases/download/0.0.15/astro_0.0.15_Linux_arm64.tar.gz
- sha256sums_aarch64 = 8b4d1a2fb6f5a3d2291bc93c33c7d63d4e730a5adc24b67c7c69627b72da2a64
+ source_aarch64 = https://github.com/joaofnds/astro/releases/download/0.0.16/astro_0.0.16_Linux_arm64.tar.gz
+ sha256sums_aarch64 = 2513bd0ee0ca6d857d9bccb7808a40ee1c22c566005c0acfd5c741ca979b4fb2
arch = i686
- source_i686 = https://github.com/joaofnds/astro/releases/download/0.0.15/astro_0.0.15_Linux_i386.tar.gz
- sha256sums_i686 = 89f623caad522ac852f1d62b8676165af208fea14c9584319854d4f96b6367b1
+ source_i686 = https://github.com/joaofnds/astro/releases/download/0.0.16/astro_0.0.16_Linux_i386.tar.gz
+ sha256sums_i686 = 43cd277f297e12c3ea5daef4c474ede1ad7090c809fab595f1ad1938bd8e0d24
arch = x86_64
- source_x86_64 = https://github.com/joaofnds/astro/releases/download/0.0.15/astro_0.0.15_Linux_x86_64.tar.gz
- sha256sums_x86_64 = 8ddb0bede8476f33dfa77acb0fa7996e19a0e15bae114167fecba1e5bd6eff99
+ source_x86_64 = https://github.com/joaofnds/astro/releases/download/0.0.16/astro_0.0.16_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = b8af35b7beaf7de82732d8cc7f1aa3dc83702e5d0a9cde8f8c3434f4cfc17a7b
pkgname = astro-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6caf57dc41e6..e750bddc3f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: João Fernandes <joaofnds@joaofnds.com>
pkgname='astro-bin'
-pkgver=0.0.15
+pkgver=0.0.16
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.15/astro_0.0.15_Linux_arm64.tar.gz")
-sha256sums_aarch64=('8b4d1a2fb6f5a3d2291bc93c33c7d63d4e730a5adc24b67c7c69627b72da2a64')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.16/astro_0.0.16_Linux_arm64.tar.gz")
+sha256sums_aarch64=('2513bd0ee0ca6d857d9bccb7808a40ee1c22c566005c0acfd5c741ca979b4fb2')
-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_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.16/astro_0.0.16_Linux_i386.tar.gz")
+sha256sums_i686=('43cd277f297e12c3ea5daef4c474ede1ad7090c809fab595f1ad1938bd8e0d24')
-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')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.16/astro_0.0.16_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('b8af35b7beaf7de82732d8cc7f1aa3dc83702e5d0a9cde8f8c3434f4cfc17a7b')
package() {
install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"