Skip to content
New issue

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

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

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
Closed

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

laanwj opened this issue Jun 21, 2016 · 3 comments

Comments

@laanwj
Copy link
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.

@Cobra-Bitcoin
Copy link
Contributor

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

@Cobra-Bitcoin
Copy link
Contributor

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

@laanwj
Copy link
Contributor Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants