Skip to content

Commit

Permalink
[Rootfs] Downgrade patchelf -- v2023.11.29 (#354)
Browse files Browse the repository at this point in the history
* [Rootfs] Downgrade patchelf

* Remove the old Rootfs in Artifacts.toml
  • Loading branch information
amontoison authored Nov 29, 2023
1 parent e4b7f87 commit 7d1531e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3760,27 +3760,27 @@ os = "linux"
sha256 = "52cc47c4b37c7c71b1deb54de47ab4faad4131fa2a0df8e068f29c76457e4962"
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/PlatformSupport-v2023.6.10/PlatformSupport-x86_64-w64-mingw32.v2023.6.10.x86_64-linux-musl.unpacked.tar.gz"

[["Rootfs.v2023.11.27.x86_64-linux-musl.squashfs"]]
[["Rootfs.v2023.11.29.x86_64-linux-musl.squashfs"]]
arch = "x86_64"
git-tree-sha1 = "d31ce5c05aaf0c5608ecdcbcbca9343a46998f52"
git-tree-sha1 = "6797ea86cd00909849e5181655ce5fc81951f6c2"
lazy = true
libc = "musl"
os = "linux"

[["Rootfs.v2023.11.27.x86_64-linux-musl.squashfs".download]]
sha256 = "2c79db7b6334403a6e854d080f8c345f9b21d16a62842271df51081cff0f538c"
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2023.11.27/Rootfs.v2023.11.27.x86_64-linux-musl.squashfs.tar.gz"
[["Rootfs.v2023.11.29.x86_64-linux-musl.squashfs".download]]
sha256 = "72851afd4eb25c34b7840b7e65ae758f19f7f3b5fc7dcc4b9f5d1e1d3e50e68c"
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2023.11.29/Rootfs.v2023.11.29.x86_64-linux-musl.squashfs.tar.gz"

[["Rootfs.v2023.11.27.x86_64-linux-musl.unpacked"]]
[["Rootfs.v2023.11.29.x86_64-linux-musl.unpacked"]]
arch = "x86_64"
git-tree-sha1 = "3aeeeabbeae6ed0874db5a10ec581f3de07d3034"
git-tree-sha1 = "7be105d56cfd387895095237a31753fd6d0212a7"
lazy = true
libc = "musl"
os = "linux"

[["Rootfs.v2023.11.27.x86_64-linux-musl.unpacked".download]]
sha256 = "52fc8d149afdd549b9430a466777257fc9a914998318f15eceedf4c69fade49d"
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2023.11.27/Rootfs.v2023.11.27.x86_64-linux-musl.unpacked.tar.gz"
[["Rootfs.v2023.11.29.x86_64-linux-musl.unpacked".download]]
sha256 = "f57586aa05444c4ecec6069a56e15440a767903aa6c7ef9d6e34449088ac34a5"
url = "https://github.com/JuliaPackaging/Yggdrasil/releases/download/Rootfs-v2023.11.29/Rootfs.v2023.11.29.x86_64-linux-musl.unpacked.tar.gz"

[["RustBase.v1.57.0.x86_64-linux-musl.squashfs"]]
arch = "x86_64"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BinaryBuilderBase"
uuid = "7f725544-6523-48cd-82d1-3fa08ff4056e"
authors = ["Elliot Saba <[email protected]>"]
version = "1.27.0"
version = "1.28.0"

[deps]
Bzip2_jll = "6e34b625-4abd-537c-b88f-471c36dfa7a0"
Expand Down

2 comments on commit 7d1531e

@giordano
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/96142

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.28.0 -m "<description of version>" 7d1531ea3df3d71d7f5bd6f9f8b5ec00fcef7064
git push origin v1.28.0

Please sign in to comment.