summaryrefslogtreecommitdiffstats
path: root/media/libnestegg
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-09-28 22:55:06 -0500
committertrav90 <travawine@palemoon.org>2018-09-28 22:55:06 -0500
commitd8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0 (patch)
tree95379cd9fa5f706ab4f0ab84e1a6ccedfa714571 /media/libnestegg
parent77af3f17663fd8fada8e0d368d92bef845fcf48e (diff)
downloadUXP-d8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0.tar
UXP-d8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0.tar.gz
UXP-d8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0.tar.lz
UXP-d8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0.tar.xz
UXP-d8434bf15673c7215ccf7f2c3c0f0e3cbb3effc0.zip
Update upstream URL and update script for libnestegg
Diffstat (limited to 'media/libnestegg')
-rw-r--r--media/libnestegg/README_MCP (renamed from media/libnestegg/README_MOZILLA)2
-rwxr-xr-xmedia/libnestegg/update.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/media/libnestegg/README_MOZILLA b/media/libnestegg/README_MCP
index ede23ea14..48617ba22 100644
--- a/media/libnestegg/README_MOZILLA
+++ b/media/libnestegg/README_MCP
@@ -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.
diff --git a/media/libnestegg/update.sh b/media/libnestegg/update.sh
index 6145ef064..644408e09 100755
--- a/media/libnestegg/update.sh
+++ b/media/libnestegg/update.sh
@@ -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