Hi David,
> On Sep 11, 2018, at 2:20 AM, David Nichols <[email protected]> wrote: > > David Nichols (davidnich) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/213c0bfda421e391779ac41d3f385a1f2ff941bd > > <https://github.com/macports/macports-ports/commit/213c0bfda421e391779ac41d3f385a1f2ff941bd> > The following commit(s) were added to refs/heads/master by this push: > new 213c0bf qore: updated for 0.8.13.7 release > 213c0bf is described below > > commit 213c0bfda421e391779ac41d3f385a1f2ff941bd > Author: David Nichols <[email protected]> > AuthorDate: Tue Sep 11 10:20:34 2018 +0200 > > qore: updated for 0.8.13.7 release > --- > lang/qore/Portfile | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/lang/qore/Portfile b/lang/qore/Portfile > index f512f02..be0cb9b 100644 > --- a/lang/qore/Portfile > +++ b/lang/qore/Portfile > @@ -3,7 +3,7 @@ > PortSystem 1.0 > > name qore > -version 0.8.13.6 > +version 0.8.13.7 > revision 1 Remember to remove the revision line when the version increases. > categories lang > license {LGPL-2.1 MIT} > @@ -16,9 +16,9 @@ platforms darwin > master_sites > https://github.com/qorelanguage/qore/releases/download/release-${version} > conflicts qore-devel > > -checksums md5 6c70b41ea6a041b3a959b63cdebca43a \ > - sha1 9d2e728064443b5705835af1f2e0bfcc5b91f8da \ > - rmd160 1f701c9aab96585e2bfaa70f452b82490c339851 > +checksums md5 0ee34248b6bf0c281917c4789c458276 \ > + sha1 c88f829ce6250b0039670b316d2e27aaaccc7363 \ > + rmd160 d3d427db037b92a875dadf8e3b426386a1c7e6c1 Please use modern checksums. In this case add sha256 and the size parameter. > > depends_build port:flex \ > port:bison >
