The silver searcher: new version (#5630)
* Updating ag to the latest version * Pretty by request * Restore url to previous value There *is* an https version available, but I've also been told to not just update the url when adding new version. I'm following the latter advice and trusting security to the digest.
This commit is contained in:
parent
2b2a5ca7bf
commit
202c66d90c
1 changed files with 2 additions and 0 deletions
|
@ -27,9 +27,11 @@
|
||||||
|
|
||||||
class TheSilverSearcher(AutotoolsPackage):
|
class TheSilverSearcher(AutotoolsPackage):
|
||||||
"""Fast recursive grep alternative"""
|
"""Fast recursive grep alternative"""
|
||||||
|
|
||||||
homepage = "http://geoff.greer.fm/ag/"
|
homepage = "http://geoff.greer.fm/ag/"
|
||||||
url = "http://geoff.greer.fm/ag/releases/the_silver_searcher-0.32.0.tar.gz"
|
url = "http://geoff.greer.fm/ag/releases/the_silver_searcher-0.32.0.tar.gz"
|
||||||
|
|
||||||
|
version('2.1.0', '3e7207b060424174323236932bf76ec2')
|
||||||
version('0.32.0', '3fdfd5836924246073d5344257a06823')
|
version('0.32.0', '3fdfd5836924246073d5344257a06823')
|
||||||
version('0.30.0', '95e2e7859fab1156c835aff7413481db')
|
version('0.30.0', '95e2e7859fab1156c835aff7413481db')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue