Date: Saturday, February 18, 2023 @ 11:55:53 Author: arodseth Revision: 1402925
upgpkg: liteide 38.2.1-1 Modified: liteide/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-18 11:34:58 UTC (rev 1402924) +++ PKGBUILD 2023-02-18 11:55:53 UTC (rev 1402925) @@ -4,7 +4,7 @@ # Contributor: Matthew Zimmerman <[email protected]> pkgname=liteide -pkgver=38.1 +pkgver=38.2.1 pkgrel=1 pkgdesc='IDE for editing and building projects written in Go' license=(LGPL) @@ -15,7 +15,7 @@ optdepends=('go: go compiler' 'gcc-go: go compiler') options=(!strip !emptydirs) -source=("$pkgname-x$pkgver::git+$url#commit=f4b3001026e4d7d1b9a87c5e2d2e89996deaa369") # tag: x38.1 +source=("$pkgname-x$pkgver::git+$url#commit=501ed7935a798749d4a9b5f038d2b6d95ea0ed07") # tag: x38.2.1 b2sums=('SKIP') prepare() {
