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

Morten Linderud foxboron at archlinux.org
Sun Jun 13 11:35:43 UTC 2021


    Date: Sunday, June 13, 2021 @ 11:35:43
  Author: foxboron
Revision: 963272

upgpkg: gopls 0.7.0-1

Modified:
  gopls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-13 11:33:54 UTC (rev 963271)
+++ PKGBUILD	2021-06-13 11:35:43 UTC (rev 963272)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde <Kunde21 at gmail.com>
 
 pkgname=gopls
-pkgver=0.6.11
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Language server for Go programming language'
 arch=(x86_64 aarch64 armv7h armv7l)
@@ -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=('a9c31cb023bba0f7c751ad9d280723307235c895eb9f6f24fe17495d1af21500')
+sha256sums=('443476a0158195be302d7a0be2f4a0751780412d8fa411ac52017834c363664f')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"



More information about the arch-commits mailing list