diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-02-23 22:12:33 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-02-23 22:12:33 +0800 |
commit | 7ed673a0efd4d26d0e9ca9ba2d8cfd91266b8fd0 (patch) | |
tree | 621dc5252692cee6cf071aa504975d23c667f389 /net-p2p | |
parent | 99eba65dfcdf8cb0d8936a37151302bd57441a66 (diff) | |
download | freebsd-ports-graphics-7ed673a0efd4d26d0e9ca9ba2d8cfd91266b8fd0.tar.gz freebsd-ports-graphics-7ed673a0efd4d26d0e9ca9ba2d8cfd91266b8fd0.tar.zst freebsd-ports-graphics-7ed673a0efd4d26d0e9ca9ba2d8cfd91266b8fd0.zip |
Update to 1.1.4
Changes:
* bugfix when creating torrents from directories
* fixed invalid format string
* small bugfix parsing arguments
Notified by: Aleksey Sokolov <alekseys@hotbox.ru>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/createtorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/createtorrent/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index ac6a34b9384..faaf8acb404 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -6,7 +6,7 @@ # PORTNAME= createtorrent -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.4 CATEGORIES= net-p2p MASTER_SITES= http://www.createtorrent.com/ \ http://critical.ch/distfiles/ \ diff --git a/net-p2p/createtorrent/distinfo b/net-p2p/createtorrent/distinfo index 86df511c285..b1ee1d21b34 100644 --- a/net-p2p/createtorrent/distinfo +++ b/net-p2p/createtorrent/distinfo @@ -1,3 +1,3 @@ -MD5 (createtorrent-1.1.2.tar.gz) = b22f18940d6b56813f7f5f27df80b2f1 -SHA256 (createtorrent-1.1.2.tar.gz) = 9975b0c3f0ba7c3c8c0b4a3494ede1b64c2e82da43fa1314a563a0fc8d7e92d7 -SIZE (createtorrent-1.1.2.tar.gz) = 78862 +MD5 (createtorrent-1.1.4.tar.gz) = 922b18eeec74ea81f22a3392e2680307 +SHA256 (createtorrent-1.1.4.tar.gz) = 5bb8ae4cc450406afe06609ed4d29a3531ab1a65f519668c5fdbc2eab0b922af +SIZE (createtorrent-1.1.4.tar.gz) = 80605 |