Date: Thursday, July 16, 2020 @ 21:13:52 Author: foxboron Revision: 664214
upgpkg: hy 0.19.0-2 Modified: hy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-16 21:10:30 UTC (rev 664213) +++ PKGBUILD 2020-07-16 21:13:52 UTC (rev 664214) @@ -2,7 +2,7 @@ # Contributor: JP Cimalando <[email protected]> pkgname=hy -pkgver=0.18.0 +pkgver=0.19.0 pkgrel=2 pkgdesc="A dialect of Lisp that's embedded in Python" arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz") -sha256sums=('0712b601e604bd9829d516a4a6092399bc344e7e00de71a62629c5630af889b5') +sha256sums=('3a24f02a22ab8679783b1b817eba5fd1cfa1b9fb334e16fad74fc1887d257efc') prepare() { cd "$pkgname-$pkgver"
