Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Heads up about Bitcoin Core linux naming convention change in 0.13.0 #1315

Closed
laanwj opened this Issue Jun 21, 2016 · 3 comments

Comments

Projects
None yet
2 participants
Contributor

laanwj commented Jun 21, 2016

Due to introduction of ARM as a first-class platform, the tarballs will change name to include an architecture triplet instead of linux32/linux64:

-bitcoin-${VERSION}-linux32.tar.gz
-bitcoin-${VERSION}-linux64.tar.gz
+bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
+bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
+bitcoin-${VERSION}-i686-pc-linux-gnu.tar.gz
+bitcoin-${VERSION}-x86_64-linux-gnu.tar.gz

Probably this will require a change to the download page logic.

Contributor

Cobra-Bitcoin commented Jun 23, 2016

Yeah, it's going to require some changes to the page logic. I'll work on that on the weekend.

Contributor

Cobra-Bitcoin commented Jun 29, 2016

I've made the changes to the download page logic. Just merge the "new-download-page" branch once the binaries go live.

Contributor

laanwj commented Jun 30, 2016

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment