Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
delve
Commits:
0029e0f0 by Morten Linderud at 2024-10-20T21:37:45+02:00
upgpkg: 1.23.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = delve
pkgdesc = A debugger for the Go programming language.
- pkgver = 1.23.0
+ pkgver = 1.23.1
pkgrel = 1
url = https://github.com/go-delve/delve
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = delve
optdepends = debuginfod: debuginfod support
options = !lto
options = strip
- source =
delve-1.23.0.tar.gz::https://github.com/go-delve/delve/archive/v1.23.0.tar.gz
- sha256sums =
fed613f0457600a30713968c111bb1fc3b014a4ebb25acaaf45cdbd03f8337a1
+ source =
delve-1.23.1.tar.gz::https://github.com/go-delve/delve/archive/v1.23.1.tar.gz
+ sha256sums =
52554d682e7df2154affaa6c1a4e74ead1fe53959ac630f1118317031160a47d
pkgname = delve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=delve
-pkgver=1.23.0
+pkgver=1.23.1
pkgrel=1
pkgdesc="A debugger for the Go programming language."
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('go' 'git')
optdepends=('debuginfod: debuginfod support')
options=(!lto strip)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz")
-sha256sums=('fed613f0457600a30713968c111bb1fc3b014a4ebb25acaaf45cdbd03f8337a1')
+sha256sums=('52554d682e7df2154affaa6c1a4e74ead1fe53959ac630f1118317031160a47d')
build(){
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/0029e0f0d80939008e6db3c4439851ff9f7eb664
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/0029e0f0d80939008e6db3c4439851ff9f7eb664
You're receiving this email because of your account on gitlab.archlinux.org.