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 21c9a173e826..f9275822862d 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.6.1
+ pkgver = 0.7.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.6.1/heliocron-v0.6.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 5b7c8b24e4a14da44b5a26bbfe4921a47dfc144a3ea6e73820259efdd3f4b465
+ source = https://github.com/mfreeborn/heliocron/releases/download/v0.7.0/heliocron-v0.7.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 97368dfd5dbf4d90604631b014001a36cbf951219168bc507287168498228dfd
pkgname = heliocron-bin
diff --git a/PKGBUILD b/PKGBUILD
index da3a8309b9f6..0e5fae556777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=heliocron-bin
_pkgname=${pkgname%-*}
-pkgver=0.6.1
+pkgver=0.7.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=('5b7c8b24e4a14da44b5a26bbfe4921a47dfc144a3ea6e73820259efdd3f4b465')
+sha256sums=('97368dfd5dbf4d90604631b014001a36cbf951219168bc507287168498228dfd')
package() {
cd "$srcdir"