mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: udpcast: Update to 20250223.
* gnu/packages/admin.scm (udpcast): Update to 20250223. Change-Id: Ifc578b839724d1b00ee52e04003aa7c870bb6ab0
This commit is contained in:
parent
733d95df01
commit
199fd26ab2
1 changed files with 5 additions and 3 deletions
|
@ -5872,7 +5872,7 @@ exit code reports successful or failed execution to
|
|||
(define-public udpcast
|
||||
(package
|
||||
(name "udpcast")
|
||||
(version "20211207")
|
||||
(version "20250223")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5885,11 +5885,13 @@ exit code reports successful or failed execution to
|
|||
"https://www.udpcast.linux.lu/download/udpcast-"
|
||||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32 "0l6hck694szrrvz85nm48rwb7mzvg2z2bwa50v51pkvym3kvxkm3"))))
|
||||
(base32 "19qa6yp0svhvyra4898c6kjs56bn7yr9cavxk1vbrqbpr1a7bzff"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake m4 perl))
|
||||
(arguments `(#:tests? #f)) ;no test suite
|
||||
(arguments
|
||||
(list #:tests? #f ;no test suite
|
||||
#:make-flags #~(list (string-append "sbindir=" #$output "/sbin/"))))
|
||||
(synopsis "Multicast file transfer tool")
|
||||
(description
|
||||
"UDPcast is a file transfer tool that can send data simultaneously to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue