Date: Saturday, April 8, 2023 @ 11:40:11
  Author: foxboron
Revision: 1442306

upgpkg: delve 1.20.2-1

Modified:
  delve/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-08 11:40:05 UTC (rev 1442305)
+++ PKGBUILD    2023-04-08 11:40:11 UTC (rev 1442306)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud <[email protected]>
 
 pkgname=delve
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 optdepends=('debuginfod: debuginfod support')
 options=(!lto strip)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz";)
-sha256sums=('a10aa97d3f6b6219877a73dd305d511442ad0caab740de76fc005796a480de93')
+sha256sums=('58ad7a7fb42ae2ddd33e7d52dad688b249ca8a358eb73b9e48f91eda79e862a8')
 
 build(){
   cd "${pkgname}-${pkgver}"

Reply via email to