me
/
guix
Archived
1
0
Fork 0

gnu: heimdall: Don't use unstable tarball.

* gnu/packages/flashing-tools.scm (heimdall)[source]: Download using
git-fetch.
[home-page]: Use https.
master
Efraim Flashner 2019-11-19 17:24:18 +02:00
parent 02191009a5
commit e9e8362611
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 6 deletions

View File

@ -295,13 +295,14 @@ RK3036, RK3066, RK312X, RK3168, RK3188, RK3288, RK3368.")
(name "heimdall") (name "heimdall")
(version "1.4.2") (version "1.4.2")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/Benjamin-Dobell/Heimdall" (uri (git-reference
"/archive/v" version ".tar.gz")) (url "https://github.com/Benjamin-Dobell/Heimdall.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1y7gwg3lipyp2zcysm2vid1qg5nwin9bxbvgzs28lz2rya4fz6sq")))) "1ygn4snvcmi98rgldgxf5hwm7zzi1zcsihfvm6awf9s6mpcjzbqz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:build-type "Release" `(#:build-type "Release"
@ -328,7 +329,7 @@ RK3036, RK3066, RK312X, RK3168, RK3188, RK3288, RK3368.")
`(("libusb" ,libusb) `(("libusb" ,libusb)
("qtbase" ,qtbase) ("qtbase" ,qtbase)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://glassechidna.com.au/heimdall/") (home-page "https://glassechidna.com.au/heimdall/")
(synopsis "Flash firmware onto Samsung mobile devices") (synopsis "Flash firmware onto Samsung mobile devices")
(description "@command{heimdall} is a tool suite used to flash firmware (aka (description "@command{heimdall} is a tool suite used to flash firmware (aka
ROMs) onto Samsung mobile devices. Heimdall connects to a mobile device over ROMs) onto Samsung mobile devices. Heimdall connects to a mobile device over