Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
delve
Commits:
2650d3fd by Morten Linderud at 2026-03-06T22:01:30+01:00
upgpkg: 1.26.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = delve
pkgdesc = A debugger for the Go programming language.
- pkgver = 1.26.0
- pkgrel = 4
+ pkgver = 1.26.1
+ pkgrel = 1
url = https://github.com/go-delve/delve
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = delve
optdepends = debuginfod: debuginfod support
options = !lto
options = strip
- source =
delve-1.26.0.tar.gz::https://github.com/go-delve/delve/archive/v1.26.0.tar.gz
- sha256sums =
80c69d5bbfd80350fdf2022395877c013d14397f099c729b9f44b94d62d127ea
+ source =
delve-1.26.1.tar.gz::https://github.com/go-delve/delve/archive/v1.26.1.tar.gz
+ sha256sums =
16bc1b7ae9277e109d4a8c3c607aa676ebd2ce07fd5fe44d4f4ac83fc12f9c20
pkgname = delve
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=delve
-pkgver=1.26.0
-pkgrel=4
+pkgver=1.26.1
+pkgrel=1
pkgdesc="A debugger for the Go programming language."
arch=('x86_64')
url="https://github.com/go-delve/delve"
@@ -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=('80c69d5bbfd80350fdf2022395877c013d14397f099c729b9f44b94d62d127ea')
+sha256sums=('16bc1b7ae9277e109d4a8c3c607aa676ebd2ce07fd5fe44d4f4ac83fc12f9c20')
build(){
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/2650d3fd2c9abf63fb49a8a41aaf095d0ae43ee3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/2650d3fd2c9abf63fb49a8a41aaf095d0ae43ee3
You're receiving this email because of your account on gitlab.archlinux.org.