diff --git a/shells/hstr/Portfile b/shells/hstr/Portfile index d3d7e165ce5..5d50b7e92ce 100644 --- a/shells/hstr/Portfile +++ b/shells/hstr/Portfile @@ -3,14 +3,15 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup dvorka hstr 3.1 +github.setup dvorka hstr 3.2 v +github.tarball_from releases while {[llength [split ${version} .]] < 3} { version ${version}.0 } revision 0 -checksums rmd160 ce9052b797caaf234702cffae787889cd222e479 \ - sha256 4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5 \ - size 180182 +checksums rmd160 0f04e6ea1869aa67544627734eccd060e8c06227 \ + sha256 abf0a8625545b2022d62bf0d1c576e3cc783c4ea7cc2ae2843c518743f77f4c9 \ + size 176098 categories shells license Apache-2 @@ -28,7 +29,6 @@ long_description HSTR is a command line utility that brings improved \ and bookmark your favorite commands. homepage https://me.mindforger.com/projects/hh.html -github.tarball_from releases distname ${name}-${version}-tarball extract.suffix .tgz worksrcdir ${name}