mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: shflags: Update to 1.2.0.
* gnu/packages/version-control.scm (shflags): Update to 1.2.0. [source]: Switch to github. [home-page]: Project moved to github.
This commit is contained in:
parent
3a099d179a
commit
b65195c2cc
1 changed files with 5 additions and 5 deletions
|
@ -367,14 +367,14 @@ (define-public libgit2
|
||||||
(define-public shflags
|
(define-public shflags
|
||||||
(package
|
(package
|
||||||
(name "shflags")
|
(name "shflags")
|
||||||
(version "1.0.3")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://shflags.googlecode.com/files/"
|
(uri (string-append "https://github.com/kward/shflags/archive/v"
|
||||||
"shflags-" version ".tgz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08laxhf1hifh3w4j0hri5ppcklaqz0mnkmbaz8j0wxih29vi8slm"))))
|
"0zxw12haylaq60a335xlqcs4afw2zrgwqymmpw0m21r51w6irdmr"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs `(("tar" ,tar)
|
(native-inputs `(("tar" ,tar)
|
||||||
("gzip" ,gzip)))
|
("gzip" ,gzip)))
|
||||||
|
@ -396,7 +396,7 @@ (define-public shflags
|
||||||
(copy-file "src/shflags"
|
(copy-file "src/shflags"
|
||||||
(string-append srcdir "/shflags"))
|
(string-append srcdir "/shflags"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://code.google.com/p/shflags/")
|
(home-page "https://github.com/kward/shflags")
|
||||||
(synopsis "Command-line flags library for shell scripts")
|
(synopsis "Command-line flags library for shell scripts")
|
||||||
(description
|
(description
|
||||||
"Shell Flags (shFlags) is a library written to greatly simplify the
|
"Shell Flags (shFlags) is a library written to greatly simplify the
|
||||||
|
|
Loading…
Reference in a new issue