Skip to content

Commit

Permalink
For mu2e p052
Browse files Browse the repository at this point in the history
  • Loading branch information
gartung committed Nov 17, 2023
1 parent eb8fee1 commit 97f1f5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/artdaq-core-mu2e/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class ArtdaqCoreMu2e(CMakePackage):
git = "https://github.com/Mu2e/artdaq_core_mu2e.git"

version("develop", branch="develop", get_full_repo=True)
version("v2_01_02", commit="8ef7971")
version("v2_01_01", commit="e3d4664")
version("v2_00_00", commit="b4f0ff0")
version("v1_09_02", commit="6490f81")
version("v1_08_04", commit="17ff9a2")
Expand Down
1 change: 1 addition & 0 deletions packages/btrk/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Btrk(SConsPackage):
homepage = "https://github.com/KFTrack/Btrk#readme"
url = "https://github.com/KFTrack/BTrk/archive/refs/tags/v1_02_43.tar.gz"

version("1.02.45", sha256="59d7c5afdedadb774c8a2c5ba3bbbe003d7cb09510c7a44d280cef4f511059a8")
version("1.02.43", sha256="55eb787f156f380c80240b9f91d99963db47f015988d4cbdd3ee09e95af7759e")
version("1.02.41", sha256="4b233ebe252f82a1f4d857c04b44c6a62a49049ed69172cb347a1b180b50770c")

Expand Down
1 change: 1 addition & 0 deletions packages/kinkal/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Kinkal(CMakePackage):
# maintainers("github_user1", "github_user2")
maintainers = ['mengel']

version("2.5.0", sha256="45bfd2fd9b0eea7f78345bf31d280baf6ae17214a3afab97a54bd6c02a332017")
version("2.4.3", sha256="543b9b3569242f298c7c433ba45945e38a440c4fb410029946318d2e2202ee6e")
version("2.4.2", sha256="7a9aebf925fb2f354ccd5483078661767db7ced59e826ce234effe0e7bc49aa7")
version("2.4.1", sha256="ee239f6f9d396d02da6523fb4961f78c55494439775ffcef83aa1362854d2f19")
Expand Down

0 comments on commit 97f1f5f

Please sign in to comment.