summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoaofnds2022-11-29 15:58:03 +0000
committerjoaofnds2022-11-29 15:58:03 +0000
commit51afbd05908eae6af3211b9c2e68f3597566593b (patch)
tree38b7d5638bfe981d048ac8c0c48cc52c41417d6b
parenta0824b14e050383862c6ab7c423685bdff2fc22b (diff)
downloadaur-51afbd05908eae6af3211b9c2e68f3597566593b.tar.gz
Update to 0.0.30
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f18e6886afaa..6fb8105823af 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.29
+ pkgver = 0.0.30
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.29/astro_0.0.29_Linux_arm64.tar.gz
- sha256sums_aarch64 = 6effbadbf3cd7ff215e052842db0a072aa82ab938f2dbfef612fe633165f81a3
+ source_aarch64 = https://github.com/joaofnds/astro/releases/download/0.0.30/astro_0.0.30_Linux_arm64.tar.gz
+ sha256sums_aarch64 = 2fefcd6bd80b0b7fc3c802ed37f33a302fe79e51949c74271dcaaabbcc36a58b
arch = i686
- source_i686 = https://github.com/joaofnds/astro/releases/download/0.0.29/astro_0.0.29_Linux_i386.tar.gz
- sha256sums_i686 = 75e54225f259f147dc8bfa306bc549e000921091bb390e79ee10102f96346fb3
+ source_i686 = https://github.com/joaofnds/astro/releases/download/0.0.30/astro_0.0.30_Linux_i386.tar.gz
+ sha256sums_i686 = 772344493a9e437bd97c3ed1749f7241b391dd7367e46a1001fde50ba5dcd9e8
arch = x86_64
- source_x86_64 = https://github.com/joaofnds/astro/releases/download/0.0.29/astro_0.0.29_Linux_x86_64.tar.gz
- sha256sums_x86_64 = ea7f1f33734ec15bf388f96c832104605f9990485c7d068822264d0c5a6839cc
+ source_x86_64 = https://github.com/joaofnds/astro/releases/download/0.0.30/astro_0.0.30_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = e77ee43d13550d4fe711cd8d995cb82da8d2d82acddbefa69d2ce8603fa1df67
pkgname = astro-bin
diff --git a/PKGBUILD b/PKGBUILD
index 724da42db52d..10b76391b81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: João Fernandes <joaofnds@joaofnds.com>
pkgname='astro-bin'
-pkgver=0.0.29
+pkgver=0.0.30
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.29/astro_0.0.29_Linux_arm64.tar.gz")
-sha256sums_aarch64=('6effbadbf3cd7ff215e052842db0a072aa82ab938f2dbfef612fe633165f81a3')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.30/astro_0.0.30_Linux_arm64.tar.gz")
+sha256sums_aarch64=('2fefcd6bd80b0b7fc3c802ed37f33a302fe79e51949c74271dcaaabbcc36a58b')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.29/astro_0.0.29_Linux_i386.tar.gz")
-sha256sums_i686=('75e54225f259f147dc8bfa306bc549e000921091bb390e79ee10102f96346fb3')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.30/astro_0.0.30_Linux_i386.tar.gz")
+sha256sums_i686=('772344493a9e437bd97c3ed1749f7241b391dd7367e46a1001fde50ba5dcd9e8')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.29/astro_0.0.29_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('ea7f1f33734ec15bf388f96c832104605f9990485c7d068822264d0c5a6839cc')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.30/astro_0.0.30_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('e77ee43d13550d4fe711cd8d995cb82da8d2d82acddbefa69d2ce8603fa1df67')
package() {
install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"