mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: aide: Move project home.
* gnu/packages/admin.scm (aide)[source, home-page]: Update.
This commit is contained in:
parent
8dbd8e426c
commit
737300be4b
1 changed files with 8 additions and 8 deletions
|
@ -114,13 +114,13 @@ (define-public aide
|
||||||
(package
|
(package
|
||||||
(name "aide")
|
(name "aide")
|
||||||
(version "0.16")
|
(version "0.16")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://sourceforge/aide/aide/"
|
(method url-fetch)
|
||||||
version "/aide-" version ".tar.gz"))
|
(uri (string-append "https://github.com/aide/aide/releases/download/v"
|
||||||
(sha256
|
version "/aide-" version ".tar.gz"))
|
||||||
(base32
|
(sha256
|
||||||
"0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758"))))
|
(base32 "0ibkv4z2gk14fn014kq13rp2ysiq6nn2cflv2q5i7zf466hm6758"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
@ -141,7 +141,7 @@ (define-public aide
|
||||||
it can be used to verify the integrity of the files. It has several message
|
it can be used to verify the integrity of the files. It has several message
|
||||||
digest algorithms that are used to check the integrity of files. All of the
|
digest algorithms that are used to check the integrity of files. All of the
|
||||||
usual file attributes can be checked for inconsistencies.")
|
usual file attributes can be checked for inconsistencies.")
|
||||||
(home-page "http://aide.sourceforge.net/")
|
(home-page "https://aide.github.io/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public progress
|
(define-public progress
|
||||||
|
|
Loading…
Reference in a new issue