Commit graph

4 commits

Author SHA1 Message Date
armijnhemel ffb5eb3087 font-droid: cleanup homepage metadata (#26101) 2017-05-26 01:30:17 +02:00
Profpatsch bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
`stripHash` documentation states that it prints out the stripped name to
the stdout, but the function stored the value in `strippedName`
instead.

Basically all usages did something like
`$(stripHash $foo | echo $strippedName)` which is just braindamaged.
Fixed the implementation and all invocations.
2016-10-11 18:34:36 +02:00
Christian Albrecht 90912a89d9 font-droid: fix srcs urls
pin urls to a specific commitish, because in the case the font gets
an update hashes will change on the master and therefore break, as
@zimbatm pointed out in #11574.
2015-12-10 05:45:24 +01:00
Christian Albrecht 0956820a55 font-droid: init at 2015-12-09 2015-12-09 18:01:05 +00:00