Date: Tuesday, October 6, 2020 @ 08:26:12 Author: felixonmars Revision: 719300
upgpkg: haskell-lsp-types 0.23.0.0-1: rebuild with haskell-lsp 0.23.0.0, haskell-lsp-types 0.23.0.0 Modified: haskell-lsp-types/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 08:22:28 UTC (rev 719299) +++ PKGBUILD 2020-10-06 08:26:12 UTC (rev 719300) @@ -2,8 +2,8 @@ _hkgname=haskell-lsp-types pkgname=haskell-lsp-types -pkgver=0.22.0.0 -pkgrel=13 +pkgver=0.23.0.0 +pkgrel=1 pkgdesc="Haskell library for the Microsoft Language Server Protocol, data types" url="https://github.com/alanz/haskell-lsp" license=("MIT") @@ -12,7 +12,7 @@ 'haskell-network-uri' 'haskell-scientific' 'haskell-unordered-containers') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('756a78674b023d19d5a900bddb1c9464b4ff8fb68aa2804181ba4e9e4b2b8714') +sha512sums=('057b7014d297054cfce3aa44385184f71911594b7a5199d38a9362fc9a481006a93bcb7628f5cd2959ca3fec475c370f7359dc6e9fa6bb96ffa31544c9ed9764') build() { cd $_hkgname-$pkgver
