summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-01-28 17:06:50 +0100
committeramesgen2021-01-28 17:06:50 +0100
commit52e30a414ab53c0f35c51ba9413ce45c08d3b1a6 (patch)
treed8e14d732b8c986d0fab026d8adc6bcf2d02dda7
parent83daeae5221be806f510875646bb6e6c9d0f20c9 (diff)
downloadaur-52e30a414ab53c0f35c51ba9413ce45c08d3b1a6.tar.gz
update to Dhal 1.38.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa1ccff1cb56..5e7a39c4cae9 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.4
- pkgrel = 3
+ pkgver = 1.7.5
+ pkgrel = 1
url = https://github.com/dhall-lang/dhall-haskell
arch = x86_64
license = BSD
conflicts = dhall-json
- source = dhall-json-1.37.1-1.7.4.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.37.1/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.1/dhall-json/LICENSE
- sha256sums = ae67cdcd0ee25fa5e5fd9b813947bf71d3ab7e34cfcf8679213578981417fa4d
+ source = dhall-json-1.38.0-1.7.5.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.38.0/dhall-json-1.7.5-x86_64-linux.tar.bz2
+ source = LICENSE-1.7.5::https://raw.githubusercontent.com/dhall-lang/dhall-haskell/1.38.0/dhall-json/LICENSE
+ sha256sums = a0ff2f1df40a389e79a73ac510ece4580acbb15bccc880adb51e24efac266780
sha256sums = 91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9
pkgname = dhall-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index baeb17765e95..dc955c619567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Maintainer: amesgen <amesgen AT amesgen DOT de>
pkgname='dhall-json-bin'
-pkgver=1.7.4
-pkgrel=3
+pkgver=1.7.5
+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.37.1
+_dhall_ver=1.38.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=('ae67cdcd0ee25fa5e5fd9b813947bf71d3ab7e34cfcf8679213578981417fa4d'
+sha256sums=('a0ff2f1df40a389e79a73ac510ece4580acbb15bccc880adb51e24efac266780'
'91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9')
package() {