# HG changeset patch # User Hans-G?nter Theisgen # Date 1574869650 -3600 # Node ID f3042d73dad46caf1e01021ac65a94fb96a86912 # Parent a1edbdbd0231d586e466d78a38f6382102dde7bc updated ilmbase and ilmbase-dev again (2.2.0 -> 2.3.0) diff -r a1edbdbd0231 -r f3042d73dad4 ilmbase-dev/receipt --- a/ilmbase-dev/receipt Wed Nov 27 16:43:45 2019 +0100 +++ b/ilmbase-dev/receipt Wed Nov 27 16:47:30 2019 +0100 @@ -20,3 +20,4 @@ cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/*.*a $fs/usr/lib } + diff -r a1edbdbd0231 -r f3042d73dad4 ilmbase/receipt --- a/ilmbase/receipt Wed Nov 27 16:43:45 2019 +0100 +++ b/ilmbase/receipt Wed Nov 27 16:47:30 2019 +0100 @@ -10,7 +10,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" #WGET_URL="http://savannah.nongnu.org/download/openexr/$TARBALL" -WGET_URL="https://github.com/openexr/openexr/releases/download/$TARBALL" +WGET_URL="https://github.com/openexr/openexr/releases/download/v$VERSION/$TARBALL" DEPENDS="gcc83-lib-base" BUILD_DEPENDS="bash gcc83"