summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramesgen2020-12-18 01:05:08 +0100
committeramesgen2020-12-18 01:05:30 +0100
commit83daeae5221be806f510875646bb6e6c9d0f20c9 (patch)
treec3222c68de3d07892f28402ce81683da1c6bf9a8
parent6f607237e851dd67567922214ba67f9d58279deb (diff)
downloadaur-83daeae5221be806f510875646bb6e6c9d0f20c9.tar.gz
fix hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566116316c27..aa1ccff1cb56 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 = 2
+ pkgrel = 3
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 = 8c5e065b3ae8c354ede3a30c3f109c6959e8efe87526f4cc2d65713e45cd64b0
+ sha256sums = ae67cdcd0ee25fa5e5fd9b813947bf71d3ab7e34cfcf8679213578981417fa4d
sha256sums = 91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9
pkgname = dhall-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 88beb24b277f..baeb17765e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='dhall-json-bin'
pkgver=1.7.4
-pkgrel=2
+pkgrel=3
pkgdesc="Dhall to JSON compiler and a Dhall to YAML compiler"
arch=('x86_64')
url='https://github.com/dhall-lang/dhall-haskell'
@@ -14,7 +14,7 @@ _dhall_ver=1.37.1
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=('8c5e065b3ae8c354ede3a30c3f109c6959e8efe87526f4cc2d65713e45cd64b0'
+sha256sums=('ae67cdcd0ee25fa5e5fd9b813947bf71d3ab7e34cfcf8679213578981417fa4d'
'91f68ca8606e7ae993148187e397e20431aa6d870ac9fcc70330a0479468eef9')
package() {