summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoramesgen2020-02-15 07:53:16 +0100
committeramesgen2020-02-15 07:53:16 +0100
commit2ad674250260a4824bfda9ee6f9853ef7996b4ed (patch)
treed8e76d4f30a384f41a4cce8258398b17324e7b62 /PKGBUILD
parentda5b88e1a9832ec3d713e293548dff8303480e2d (diff)
downloadaur-2ad674250260a4824bfda9ee6f9853ef7996b4ed.tar.gz
update to 1.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f38996e5970..f6202c79861d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Rodrigo Gryzinski <rogryza@gmail.com>
pkgname='dhall-lsp-server-bin'
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Language Server Protocol implementation for Dhall"
arch=('x86_64')
url='https://github.com/dhall-lang/dhall-haskell'
license=('BSD')
-_dhall_ver=1.29.0
+_dhall_ver=1.30.0
source=("https://github.com/dhall-lang/dhall-haskell/releases/download/$_dhall_ver/dhall-lsp-server-$pkgver-x86_64-linux.tar.bz2"
"https://raw.githubusercontent.com/dhall-lang/dhall-haskell/$_dhall_ver/dhall-lsp-server/LICENSE")
-sha256sums=('dc761e1f8a2fa956c02534415bdde052bd2ccc6908c2888b8820dc14696464b3'
+sha256sums=('278d5cc1874c99a66ee382d39273b015b16c861e81fae5b417d61a8d926ff12d'
'adeacdbe96b7b9f8f9fbb1db9b31f77792e603180484dfe4a5c52bc5496e2046')
package() {