summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2022-07-31 20:23:55 +0200
committerAndrea Feletto2022-07-31 20:23:55 +0200
commitbaac32caad6b27306653b584998994d7a097e8da (patch)
tree91d3d86facb3439159b86729eff71400a425320c
parentd6a9402bff0108e765c3e90147240275ba48739c (diff)
downloadaur-baac32caad6b27306653b584998994d7a097e8da.tar.gz
version 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9275822862d..bc756926cf5c 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.7.0
+ pkgver = 0.8.0
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.7.0/heliocron-v0.7.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 97368dfd5dbf4d90604631b014001a36cbf951219168bc507287168498228dfd
+ source = https://github.com/mfreeborn/heliocron/releases/download/v0.8.0/heliocron-v0.8.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 320e7eedfbfadf4324491d78eec0ab439d69fb704ac0f825d3e925f74ec4818f
pkgname = heliocron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e5fae556777..b2d52241db03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=heliocron-bin
_pkgname=${pkgname%-*}
-pkgver=0.7.0
+pkgver=0.8.0
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=('97368dfd5dbf4d90604631b014001a36cbf951219168bc507287168498228dfd')
+sha256sums=('320e7eedfbfadf4324491d78eec0ab439d69fb704ac0f825d3e925f74ec4818f')
package() {
cd "$srcdir"