Date: Friday, December 25, 2020 @ 21:03:45 Author: arodseth Revision: 791002
upgpkg: gauche 0.9.10-1 Modified: gauche/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-25 20:54:00 UTC (rev 791001) +++ PKGBUILD 2020-12-25 21:03:45 UTC (rev 791002) @@ -4,8 +4,8 @@ # Contributor: nkoizu <[email protected]> pkgname=gauche -pkgver=0.9.9 -pkgrel=2 +pkgver=0.9.10 +pkgrel=1 url='https://practical-scheme.net/gauche/' pkgdesc='R7RS Scheme implementation (includes gosh)' depends=(libatomic_ops libxcrypt slib) @@ -12,8 +12,8 @@ makedepends=(autoconf gauche git) license=(BSD) arch=(x86_64) -# gauche tag: release0_9_9 -source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9") +# gauche tag: release0_9_10 +source=("git+https://github.com/shirok/Gauche#commit=d028d2e291957b066572aae4a76dbd7a75a528d7") sha256sums=('SKIP') build() { @@ -31,4 +31,3 @@ } # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes -# vim: ts=2 sw=2 et:
