diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-06 21:59:59 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-04-06 22:00:42 -0700 |
commit | 436fa72417f0d086347bcaa7256d5f83296bc6d6 (patch) | |
tree | 921c8197d7bccfe0c17b099b84ba5e6faf018809 /packaging | |
parent | 80d903a7cacc0c5c60adfb86067e7c348f83e4c2 (diff) |
add new util script to update the macports Portfile
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/macports/Portfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macports/Portfile b/packaging/macports/Portfile index d73a656..fd2eafe 100644 --- a/packaging/macports/Portfile +++ b/packaging/macports/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 name monkeysphere -version 0.24 +version 0.25 categories net security maintainers nomaintainer description use the OpenPGP web of trust to verify ssh connections @@ -30,7 +30,7 @@ master_sites http://archive.monkeysphere.info/debian/pool/monkeysphere/m/ distname ${name}_${version} extract.suffix .orig.tar.gz worksrcdir ${name}-${version} -checksums md5 8590532f4702fa44027a6a583657c9ef +checksums md5 3ac1918eee99725869e65f3f5a24fe17 use_configure no |