Age | Commit message (Collapse) | Author |
|
|
|
|
|
dangit
|
|
|
|
|
|
|
|
|
|
|
|
The checksum algorithm stayed stable this time, yay.
|
|
In the last commit, I switched the checksum from SHA-1 to SHA2-512
because that was all that was available on the download index [1]; this
time, only SHA2-512 is available again, so let’s switch the checksum
back again. (I have no idea what the Apache folks are doing there, to be
honest. Whatever.)
[1]: https://www.apache.org/dist/jena/binaries/
|
|
The download index [1] now only has SHA-1 files (though the main
download page [2] continues to link to SHA2-512 files), so the hash
algorithm in the PKGBUILD is updated accordingly.
[1]: https://www.apache.org/dist/jena/binaries/
[2]: https://jena.apache.org/download/index.cgi
|
|
|
|
Yeah, I know, dumping everything in /opt sucks, but I don’t have the
time right now to do it better :(
|