Skip to content

Commit

Permalink
updated sha256 of Artifacts.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerHeintzmann committed Nov 29, 2024
1 parent 9122be7 commit 1e90555
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# using Tar, Inflate, SHA
# cd("C:\\Users\\pi96doc\\Documents\\Programming\\Java\\View5D")
# using Pkg; Pkg.activate("."); using TestEnv; TestEnv.activate();
# ]add Tar, Inflate, SHA
# using Tar, Inflate, SHA

# V = 2; VV = 5; VVV = 5; Suffix = "-SNAPSHOT";
# include("src\\get_artifact_info.jl")
# replace the code below with the printout
Expand All @@ -13,9 +16,9 @@
# https://github.com/bionanoimaging/View5D/releases/download/View5D_v2.5.5/View5D_-2.5.5-SNAPSHOT-jar.tar.gz

[View5D-jar]
git-tree-sha1 = "006044302a745dec440b5de4165a6a9e7ee2ae4a"
git-tree-sha1 = "f5cdfd2ee148e1a611dfb68c5943465443215ad7"
lazy = true

[[View5D-jar.download]]
url = "https://github.com/bionanoimaging/View5D/releases/download/View5D_v2.5.5/View5D_-2.5.5-SNAPSHOT-jar.tar.gz"
sha256 = "7410ec419274e45cc2240811170e9c4c3c2b5a6fea988d9d4bf2352233079e6d"
sha256 = "9a1bc42f4a25c1b3799c236c63f467e764fd9c121a6bfd6059b4cb824db4ebf2"

2 comments on commit 1e90555

@RainerHeintzmann
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:
Bugs were fixed regarding the naming while displaying multiple elements (@ve).
Added set_colormap_no() to simplify setting a specific element to a color.
Added the ability to push colormaps to the viewer via add_colormap(). This can be achieved either via names or RGB tables.
This version uses the JavaViewer View5D version V2.5.5-SNAPSHOT:
https://github.com/bionanoimaging/View5D/releases/tag/View5D_v2.5.5
New default colormaps ("RdBu", "RdBu_r") were added to the Viewer (in Java).

@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 updated: JuliaRegistries/General/120375

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 v0.6.0 -m "<description of version>" 1e90555e2757547676877830f6a9f07f10ae2ae7
git push origin v0.6.0

Please sign in to comment.