[arch-commits] Commit in gopls/trunk (PKGBUILD)

George Rawlinson grawlinson at gemini.archlinux.org
Sun Aug 14 07:40:12 UTC 2022


    Date: Sunday, August 14, 2022 @ 07:40:11
  Author: grawlinson
Revision: 1266027

upgpkg: gopls 0.9.3-1; new upstream release

Modified:
  gopls/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 07:40:02 UTC (rev 1266026)
+++ PKGBUILD	2022-08-14 07:40:11 UTC (rev 1266027)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde <Kunde21 at gmail.com>
 
 pkgname=gopls
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc='Language server for Go programming language'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz")
-sha256sums=('b71b3143c62193ea7973bbabb47c7cccbf9ad864ce2f6e0b54b005671050d515')
+sha256sums=('33bb6d62f6ae497e2a26ee41ba5e36c45bfd01245fc6d85a162fe9507c4d08d0')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"



More information about the arch-commits mailing list