summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoaofnds2023-03-26 18:02:02 +0000
committerjoaofnds2023-03-26 18:02:02 +0000
commitf59c5f3924fe9de8aecf53199182415485a1f58c (patch)
treea207dc04d915ee2c531f39c79d2b2a455c949998
parentecb7346f0fb1e8018e5b4f7b2732d4a02faf3cbf (diff)
downloadaur-f59c5f3924fe9de8aecf53199182415485a1f58c.tar.gz
Update to 0.0.33
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f5bf0d8f0af..5f44d8fa79c3 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.32
+ pkgver = 0.0.33
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.32/astro_0.0.32_Linux_arm64.tar.gz
- sha256sums_aarch64 = 8c6384605a91d1ed1a0b61e1e99a615056732d3d4fc07562914e0fe553f074ef
+ source_aarch64 = https://github.com/joaofnds/astro/releases/download/0.0.33/astro_0.0.33_Linux_arm64.tar.gz
+ sha256sums_aarch64 = c368055721028c148b6ea1b667242be45521458b805ecca90fec4c4990609f63
arch = i686
- source_i686 = https://github.com/joaofnds/astro/releases/download/0.0.32/astro_0.0.32_Linux_i386.tar.gz
- sha256sums_i686 = c5aa88c534b00c6443ce0571d7db699cf24d2cac2fee4e56bcf1374c3f1959d4
+ source_i686 = https://github.com/joaofnds/astro/releases/download/0.0.33/astro_0.0.33_Linux_i386.tar.gz
+ sha256sums_i686 = d4ebe242b084e200fbccd372dda63029e242aa0e6eb688999aaa2e100fff0c23
arch = x86_64
- source_x86_64 = https://github.com/joaofnds/astro/releases/download/0.0.32/astro_0.0.32_Linux_x86_64.tar.gz
- sha256sums_x86_64 = 06fcbd3dec9abf69bbc6072167d95781199b8fbafed9a0b7f827f60e97569291
+ source_x86_64 = https://github.com/joaofnds/astro/releases/download/0.0.33/astro_0.0.33_Linux_x86_64.tar.gz
+ sha256sums_x86_64 = 6aa78fcc3ec158189b8eb9be84f3b69eaaf31c9377f6554d098e8285c22b132e
pkgname = astro-bin
diff --git a/PKGBUILD b/PKGBUILD
index ffcdc3673925..8d4fc5f6f672 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: João Fernandes <joaofnds@joaofnds.com>
pkgname='astro-bin'
-pkgver=0.0.32
+pkgver=0.0.33
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.32/astro_0.0.32_Linux_arm64.tar.gz")
-sha256sums_aarch64=('8c6384605a91d1ed1a0b61e1e99a615056732d3d4fc07562914e0fe553f074ef')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.33/astro_0.0.33_Linux_arm64.tar.gz")
+sha256sums_aarch64=('c368055721028c148b6ea1b667242be45521458b805ecca90fec4c4990609f63')
-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_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.33/astro_0.0.33_Linux_i386.tar.gz")
+sha256sums_i686=('d4ebe242b084e200fbccd372dda63029e242aa0e6eb688999aaa2e100fff0c23')
-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')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/joaofnds/astro/releases/download/0.0.33/astro_0.0.33_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('6aa78fcc3ec158189b8eb9be84f3b69eaaf31c9377f6554d098e8285c22b132e')
package() {
install -Dm755 "./astro" "${pkgdir}/usr/bin/astro"