Skip to content

Commit

Permalink
[Singular] update to 4.3.2-6 (#7181)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes14 authored Aug 8, 2023
1 parent 2e5539f commit 470613b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S/Singular/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ import Pkg.Types: VersionSpec
# to all components.
#
name = "Singular"
upstream_version = v"4.3.2-5" # 4.3.2p5
version_offset = v"0.5.0"
upstream_version = v"4.3.2-6" # 4.3.2p6
version_offset = v"0.6.0"
version = VersionNumber(upstream_version.major * 100 + upstream_version.minor + version_offset.major,
upstream_version.patch * 100 + version_offset.minor,
Int(upstream_version.prerelease[1]) * 100 + version_offset.patch)

# Collection of sources required to build normaliz
sources = [
GitSource("https://github.com/Singular/Singular.git", "0d1d9fa1420e6a2f70b36f04bd1da52e8ba3ba00"),
GitSource("https://github.com/Singular/Singular.git", "325bd3a618cf9f3e66b6f2455dd74132f1185af2"),
#ArchiveSource("https://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/$(upstream_version.major)-$(upstream_version.minor)-$(upstream_version.patch)/singular-$(upstream_version).tar.gz",
# "5b0f6c036b4a6f58bf620204b004ec6ca3a5007acc8352fec55eade2fc9d63f6"),
#DirectorySource("./bundled")
Expand Down

0 comments on commit 470613b

Please sign in to comment.