Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
delve
Commits:
be962a50 by Morten Linderud at 2023-10-12T21:41:58+02:00
upgpkg: 1.21.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.21.0
+ pkgver = 1.21.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.21.0.tar.gz::https://github.com/go-delve/delve/archive/v1.21.0.tar.gz
- sha256sums =
f00321e9333a61cb10c18141484c44ed55b1da1c4239a3f4faf2100b64613199
+ source =
delve-1.21.1.tar.gz::https://github.com/go-delve/delve/archive/v1.21.1.tar.gz
+ sha256sums =
21dd0c98e101cd102e51ffa708d3f7d6dd32c2069b7d18bbcc35272c04dc822d
pkgname = delve
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Morten Linderud <[email protected]>
pkgname=delve
-pkgver=1.21.0
+pkgver=1.21.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=('f00321e9333a61cb10c18141484c44ed55b1da1c4239a3f4faf2100b64613199')
+sha256sums=('21dd0c98e101cd102e51ffa708d3f7d6dd32c2069b7d18bbcc35272c04dc822d')
build(){
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/be962a507f5582a2c4c833177e178d13167ab450
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/delve/-/commit/be962a507f5582a2c4c833177e178d13167ab450
You're receiving this email because of your account on gitlab.archlinux.org.