[Pkg-haskell-commits] darcs: haskell-cipher-rc4: Fix watch file
Joachim Breitner
mail at joachim-breitner.de
Fri Feb 8 19:35:30 UTC 2013
Fri Feb 8 19:35:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix watch file
Ignore-this: e64c18d36569370910fe3a184d45a56b
M ./watch -2 +2
Fri Feb 8 19:35:24 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Fix watch file
Ignore-this: e64c18d36569370910fe3a184d45a56b
diff -rN -u old-haskell-cipher-rc4//watch new-haskell-cipher-rc4//watch
--- old-haskell-cipher-rc4//watch 2013-02-08 19:35:30.547723714 +0000
+++ new-haskell-cipher-rc4//watch 2013-02-08 19:35:30.555718890 +0000
@@ -1,5 +1,5 @@
version=3
opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
-filenamemangle=s|(.*)/$|foo-$1.tar.gz|" \
- http://hackage.haskell.org/packages/archive/foo \
+filenamemangle=s|(.*)/$|cipher-rc4-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/cipher-rc4 \
([\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list