summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9275822862d..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.7.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.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.1/heliocron-v0.8.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = fa83da3679d80ed16725c8395cfd2108ebe0839380e3f3f8e42e611dd09d5e31
pkgname = heliocron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0e5fae556777..361e648cf23f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=heliocron-bin
_pkgname=${pkgname%-*}
-pkgver=0.7.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=('97368dfd5dbf4d90604631b014001a36cbf951219168bc507287168498228dfd')
+sha256sums=('fa83da3679d80ed16725c8395cfd2108ebe0839380e3f3f8e42e611dd09d5e31')
package() {
cd "$srcdir"