Skip to content
Snippets Groups Projects
Unverified Commit 5d26ba7e authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: burp: Update to 2.3.30.

* gnu/packages/backup.scm (burp): Update to 2.3.30.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf and automake.
parent 4ba0f3b5
No related branches found
No related tags found
No related merge requests found
......@@ -1067,14 +1067,16 @@ (define-public dump
(define-public burp
(package
(name "burp")
(version "2.3.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/burp/burp-" version
"/burp-" version ".tar.bz2"))
(sha256
(base32
"18f8cjsb87skabvz4cl5pdln35qmim7x686js1xzpld6wyl9kv2k"))))
(version "2.3.30")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/grke/burp")
(commit version)))
(sha256
(base32 "1f9i5d415psbr03fqd47p162qy25sypra1w8w16ym6jk1pvdjsgx"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(#:phases
......@@ -1092,7 +1094,9 @@ (define-public burp
("uthash" ,uthash)
("zlib" ,zlib)))
(native-inputs
`(("check" ,check)
`(("autoconf" ,autoconf)
("automake" ,automake)
("check" ,check)
("pkg-config" ,pkg-config)))
(home-page "https://burp.grke.org")
(synopsis "Differential backup and restore")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment