summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-11-30 06:23:02 +0100
committeramesgen2021-11-30 06:23:02 +0100
commitfce25149176232608273f088b75c0514b070f33d (patch)
treec8a9e049255608160625b5bfed3f3d248f1e3d8f
parent86d7795578268e12dc8da18dd63be52d8b5ce829 (diff)
downloadaur-dhall-json-bin.tar.gz
Update to Dhall 1.40.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3705613a7fa2..765179ac3543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dhall-json-bin
pkgdesc = Dhall to JSON compiler and a Dhall to YAML compiler
- pkgver = 1.7.8
- pkgrel = 2
+ pkgver = 1.7.9
+ pkgrel = 1
url = https://github.com/dhall-lang/dhall-haskell
arch = x86_64
license = BSD
conflicts = dhall-json
- source = dhall-json-1.40.1-1.7.8.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.40.1/dhall-json-1.7.8-x86_64-linux.tar.bz2
- source = LICENSE-1.7.8::https://raw.githubusercontent.com/dhall-lang/dhall-haskell/1.40.1/dhall-json/LICENSE
- sha256sums = 9832b9667ce0430974fb9ec604fdc1e24e478c225781eb06fa32329518c8cf4b
+ source = dhall-json-1.40.2-1.7.9.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.40.2/dhall-json-1.7.9-x86_64-linux.tar.bz2
+ source = LICENSE-1.7.9::https://raw.githubusercontent.com/dhall-lang/dhall-haskell/1.40.2/dhall-json/LICENSE
+ sha256sums = 90b2a0da0e30c0637254382c5697a1df75d26d0d6aae1239320f1df74950fe23
sha256sums = 91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9
pkgname = dhall-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5e6ecca19632..3b149a19679c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='dhall-json-bin'
-pkgver=1.7.8
-pkgrel=2
+pkgver=1.7.9
+pkgrel=1
pkgdesc="Dhall to JSON compiler and a Dhall to YAML compiler"
arch=('x86_64')
url='https://github.com/dhall-lang/dhall-haskell'
license=('BSD')
conflicts=('dhall-json')
-_dhall_ver=1.40.1
+_dhall_ver=1.40.2
source=("dhall-json-$_dhall_ver-$pkgver.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/$_dhall_ver/dhall-json-$pkgver-x86_64-linux.tar.bz2"
"LICENSE-$pkgver::https://raw.githubusercontent.com/dhall-lang/dhall-haskell/$_dhall_ver/dhall-json/LICENSE")
-sha256sums=('9832b9667ce0430974fb9ec604fdc1e24e478c225781eb06fa32329518c8cf4b'
+sha256sums=('90b2a0da0e30c0637254382c5697a1df75d26d0d6aae1239320f1df74950fe23'
'91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9')
package() {