mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Delve 1.24.1 => 1.26.0 (#13993)
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 4176072
|
# Total size: 14228048
|
||||||
/usr/local/bin/dlv
|
/usr/local/bin/dlv
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 4734932
|
# Total size: 16084104
|
||||||
/usr/local/bin/dlv
|
/usr/local/bin/dlv
|
||||||
|
|||||||
@@ -3,15 +3,15 @@ require 'package'
|
|||||||
class Delve < Package
|
class Delve < Package
|
||||||
description 'Debugger for the Go programming language'
|
description 'Debugger for the Go programming language'
|
||||||
homepage 'https://github.com/go-delve/delve'
|
homepage 'https://github.com/go-delve/delve'
|
||||||
version '1.24.1'
|
version '1.26.0'
|
||||||
license 'MIT'
|
license 'MIT'
|
||||||
compatibility 'i686 x86_64'
|
compatibility 'i686 x86_64'
|
||||||
source_url 'SKIP'
|
source_url 'SKIP'
|
||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
i686: '6951f4ce2b6bbf8a5246b67bfb04a4515e16a860bf9be44f0235f2d205fc3685',
|
i686: '01fc97ecd71ac31986917c4cd43d09c4ee37b6d9366d9871e4363de644b0c3c0',
|
||||||
x86_64: 'cf071e94d9d66c7d072350e29e0bc6b02ac0c1913b750d7f8619ebfaeb3735f8'
|
x86_64: '2a695c0ed83bd4760efb5de5f2b2308dcfd45416f2c94d488c63e90fcb885c4d'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'glibc' # R
|
depends_on 'glibc' # R
|
||||||
|
|||||||
3
tests/package/d/delve
Executable file
3
tests/package/d/delve
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
dlv help | head
|
||||||
|
dlv version
|
||||||
@@ -23,6 +23,7 @@ cargo_c
|
|||||||
codex
|
codex
|
||||||
dart
|
dart
|
||||||
dbeaver
|
dbeaver
|
||||||
|
delve
|
||||||
f2fs_tools
|
f2fs_tools
|
||||||
faad2
|
faad2
|
||||||
fastfetch
|
fastfetch
|
||||||
|
|||||||
Reference in New Issue
Block a user