summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2020-12-07 09:21:19 +0100
committeramesgen2020-12-07 09:21:19 +0100
commit1871dab46de088e29b1585dd0998e353deae5438 (patch)
tree489487c45a069df2a354be8797f112cc76612b5f
parentb9aa1e3e60db9d6d1162f88901e792496e975786 (diff)
downloadaur-1871dab46de088e29b1585dd0998e353deae5438.tar.gz
update to 1.7.4 (Dhall 1.37.0)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13762ecc9fc3..0902ca41bdbc 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.3
+ pkgver = 1.7.4
pkgrel = 1
url = https://github.com/dhall-lang/dhall-haskell
arch = x86_64
license = BSD
conflicts = dhall-json
- source = dhall-json-1.36.0-1.7.3.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.36.0/dhall-json-1.7.3-x86_64-linux.tar.bz2
- source = LICENSE-1.7.3::https://raw.githubusercontent.com/dhall-lang/dhall-haskell/1.36.0/dhall-json/LICENSE
- sha256sums = ff44c38d6b3c0f38d6d3b66be5744a33f8ac9b7351f918895b1b7fcff7fc3e40
+ source = dhall-json-1.37.0-1.7.4.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.37.0/dhall-json-1.7.4-x86_64-linux.tar.bz2
+ source = LICENSE-1.7.4::https://raw.githubusercontent.com/dhall-lang/dhall-haskell/1.37.0/dhall-json/LICENSE
+ sha256sums = 8c5e065b3ae8c354ede3a30c3f109c6959e8efe87526f4cc2d65713e45cd64b0
sha256sums = 91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9
pkgname = dhall-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b8a23bd17b0..136f1b796bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='dhall-json-bin'
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=1
pkgdesc="Dhall to JSON compiler and a Dhall to YAML compiler"
arch=('x86_64')
@@ -10,11 +10,11 @@ url='https://github.com/dhall-lang/dhall-haskell'
license=('BSD')
conflicts=('dhall-json')
-_dhall_ver=1.36.0
+_dhall_ver=1.37.0
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=('ff44c38d6b3c0f38d6d3b66be5744a33f8ac9b7351f918895b1b7fcff7fc3e40'
+sha256sums=('8c5e065b3ae8c354ede3a30c3f109c6959e8efe87526f4cc2d65713e45cd64b0'
'91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9')
package() {