summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2021-08-24 13:38:10 +0200
committeramesgen2021-08-24 13:38:10 +0200
commit7e73d582e74059ccc1e99e1ec77197fc0c312850 (patch)
treed7269fb91487c38388bc475c6e22710cd0be21f7
parente7f23bf6bccc92e81a3ce60bf57633a87e6c5c79 (diff)
downloadaur-7e73d582e74059ccc1e99e1ec77197fc0c312850.tar.gz
Update to Dhall 1.40.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e98c1acae3f..7a46aa8813bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dhall-yaml-bin
pkgdesc = Dhall to YAML compiler and a YAML to Dhall compiler
pkgver = 1.2.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dhall-lang/dhall-haskell
arch = x86_64
license = GPL3
conflicts = dhall-yaml
- source = dhall-yaml-1.40.0-1.2.8.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.40.0/dhall-yaml-1.2.8-x86_64-linux.tar.bz2
- sha256sums = 329b51b26fd93b8212822cba803fbc075db49c92c555f2e431fc5b8cf50aeccd
+ source = dhall-yaml-1.40.1-1.2.8.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/1.40.1/dhall-yaml-1.2.8-x86_64-linux.tar.bz2
+ sha256sums = d4d4856d51bda86ab8aca26bf225750fded9e5d12f298e34b91bfebc344061e3
pkgname = dhall-yaml-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9a4c7aa97966..509aca49ca4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname='dhall-yaml-bin'
pkgver=1.2.8
-pkgrel=1
+pkgrel=2
pkgdesc="Dhall to YAML compiler and a YAML to Dhall compiler"
arch=('x86_64')
url='https://github.com/dhall-lang/dhall-haskell'
license=('GPL3')
conflicts=('dhall-yaml')
-_dhall_ver=1.40.0
+_dhall_ver=1.40.1
source=("dhall-yaml-$_dhall_ver-$pkgver.tar.bz2::https://github.com/dhall-lang/dhall-haskell/releases/download/$_dhall_ver/dhall-yaml-$pkgver-x86_64-linux.tar.bz2")
-sha256sums=('329b51b26fd93b8212822cba803fbc075db49c92c555f2e431fc5b8cf50aeccd')
+sha256sums=('d4d4856d51bda86ab8aca26bf225750fded9e5d12f298e34b91bfebc344061e3')
package() {
for f in dhall-to-yaml-ng yaml-to-dhall; do