mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Update upstream URL and update script for libnestegg
This commit is contained in:
parent
c576139ef2
commit
e4edab374b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
made were those applied by update.sh and the addition of
|
||||||
Makefile.in build files for the Mozilla build system.
|
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.
|
The git commit ID used was 1eeeccee205f7aee0386898508c1a68427e0dcc2.
|
||||||
|
|
@ -15,8 +15,8 @@ if [ -n "$rev" ]; then
|
||||||
version=$version-dirty
|
version=$version-dirty
|
||||||
echo "WARNING: updating from a dirty git repository."
|
echo "WARNING: updating from a dirty git repository."
|
||||||
fi
|
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
|
else
|
||||||
echo "Remember to update README_MOZILLA with the version details."
|
echo "Remember to update README_MCP with the version details."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue