summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Atkinson2024-01-30 18:45:26 -0500
committerChris Atkinson2024-01-30 18:45:26 -0500
commit2f1639ab7e5bc7edfd64d1a5c7076e7fc801aea3 (patch)
tree715fad515146f28d04ae61145fc0e743e90f7f2a /PKGBUILD
parent6acf23a6e2f937e5aef988e1b0b7ba99b11c1575 (diff)
downloadaur-hebcal.tar.gz
Fix segfault printing some zmanim, print molad in HE for --lang=he [5.8.3]; order zmanim earliest to latest [5.8.4]; correct Chanukah candle-lighting time to Bein HaShmashos [5.8.5]
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30789d4e1360..2802a1f18975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: snakeroot <cwa AT pipeline DOT com>
pkgname='hebcal'
-pkgver=5.8.2
+pkgver=5.8.5
pkgrel=1
pkgdesc='A Jewish calendar generator'
arch=('any')
@@ -8,7 +8,7 @@ url='https://github.com/hebcal/hebcal'
license=('GPL2')
depends=('go>=2:1.13')
source=("https://github.com/hebcal/hebcal/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('9d881cac33e98cd55056bd38df863b3bcc4476ffda360871e35080ac57e9dc91')
+sha256sums=('82624c9ddec1c85e439081ef3840427b27c90a96e2dc1b638ae7aec6deb8b88e')
build() {
cd "$pkgname-$pkgver"