Update upstream URL and update script for libnestegg

This commit is contained in:
trav90 2018-09-28 22:55:06 -05:00 • committed by Roy Tam
commit e4edab374b
2 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@ git repository using the update.sh script. The only changes
made were those applied by update.sh and the addition of
Makefile.in build files for the Mozilla build system.
The nestegg git repository is: git://github.com/kinetiknz/nestegg.git
The nestegg git repository is: https://github.com/kinetiknz/nestegg
The git commit ID used was 1eeeccee205f7aee0386898508c1a68427e0dcc2.

View file

@ -15,8 +15,8 @@ if [ -n "$rev" ]; then
version=$version-dirty
echo "WARNING: updating from a dirty git repository."
fi
sed -i "/The git commit ID used was/ s/[0-9a-f]\+\(-dirty\)\?\./$version./" README_MOZILLA
sed -i "/The git commit ID used was/ s/[0-9a-f]\+\(-dirty\)\?\./$version./" README_MCP
else
echo "Remember to update README_MOZILLA with the version details."
echo "Remember to update README_MCP with the version details."
fi