summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2023-11-04 17:56:44 +0100
committerAndrea Feletto2023-11-04 17:56:44 +0100
commit14f8d077bbe292a0fb2378a3645804a5028994cb (patch)
tree03d4d451a5660b6a08545c30d800cd31c4dde14e
parentbaac32caad6b27306653b584998994d7a097e8da (diff)
downloadaur-14f8d077bbe292a0fb2378a3645804a5028994cb.tar.gz
0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc756926cf5c..4638e36ea724 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = heliocron-bin
pkgdesc = Execute tasks relative to sunset, sunrise and other solar events.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/mfreeborn/heliocron
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = heliocron-bin
license = MIT
provides = heliocron
conflicts = heliocron-git
- source = https://github.com/mfreeborn/heliocron/releases/download/v0.8.0/heliocron-v0.8.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 320e7eedfbfadf4324491d78eec0ab439d69fb704ac0f825d3e925f74ec4818f
+ source = https://github.com/mfreeborn/heliocron/releases/download/v0.8.1/heliocron-v0.8.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = fa83da3679d80ed16725c8395cfd2108ebe0839380e3f3f8e42e611dd09d5e31
pkgname = heliocron-bin
diff --git a/PKGBUILD b/PKGBUILD
index b2d52241db03..361e648cf23f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=heliocron-bin
_pkgname=${pkgname%-*}
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc='Execute tasks relative to sunset, sunrise and other solar events.'
arch=('x86_64')
@@ -12,7 +12,7 @@ license=('Apache' 'MIT')
provides=('heliocron')
conflicts=('heliocron-git')
source=("https://github.com/mfreeborn/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('320e7eedfbfadf4324491d78eec0ab439d69fb704ac0f825d3e925f74ec4818f')
+sha256sums=('fa83da3679d80ed16725c8395cfd2108ebe0839380e3f3f8e42e611dd09d5e31')
package() {
cd "$srcdir"