>> I was updating the currency scripts today and need some help with one >> package. >> >> exim2: I can get the currency OK, but we need to update the URL in the >> book. The package is available via >> https://github.com/Exiv2/exiv2/releases, but I cannot figure out how to >> express the url so wget returns exiv2-0.26.tar.gz instead of >> v0.26.tar.gz. I have tried numerous variations similar to what other >> github packages use, but nothing I tried seems to work >> >> The current web site http://www.exiv2.org/ is not working. In addition, >> we use exiv2-0.26-trunk.tar.gz and that does not seem to be available >> anyplace but our own file servers. In addition, the files are >> significantly different. >> >> -rw-rw-r-- 5677925 Jul 7 2017 exiv2-0.26-trunk.tar.gz >> -rw-rw-r-- 28361492 May 30 14:27 v0.26.tar.gz >> >> Ideas? >> >> -- Bruce >> -- >> http://lists.linuxfromscratch.org/listinfo/blfs-dev >> FAQ: http://www.linuxfromscratch.org/blfs/faq.html >> Unsubscribe: See the above information page >> > Hello Bruce, > > That file is available at fossies: > > https://fossies.org/linux/misc/exiv2-0.26-trunk.tar.gz > > Also at fedora: > > https://src.fedoraproject.org/lookaside/extras/exiv2/exiv2-0.26-trunk.tar.gz/sha512/0caab1aeaab171201c1d19d21b8484a91d076e78c93c4a5fbb7e21510cc0eaff81b04f45434207d857ba0de5bd6e368743a1cc571d78a27b44e157f6b031f481/exiv2-0.26-trunk.tar.gz > > Regards, > > Christopher. > > -- > http://lists.linuxfromscratch.org/listinfo/blfs-dev > FAQ: http://www.linuxfromscratch.org/blfs/faq.html > Unsubscribe: See the above information page > Hello Bruce,
Just tried the following command on github file and it works: wget -cO - https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz > exiv2-0.26.tar.gz It saves it as exiv2-0.26.tar.gz and correctly extracts. regards, Christopher. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
