Skip to content

Commit

Permalink
Bump version for new release
Browse files Browse the repository at this point in the history
Do not support .zip archives any more
  • Loading branch information
HereAround committed Mar 23, 2022
1 parent f503336 commit 90d8063
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions AdditionsForToricVarieties/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "AdditionsForToricVarieties",
Subtitle := "A package to provide additional structures for toric varieties",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions CoherentSheavesOnToricVarieties/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "CoherentSheavesOnToricVarieties",
Subtitle := "A package to model coherent toric sheaves as elements in a Serre quotient category.",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions H0Approximator/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PackageName := "H0Approximator",
Subtitle := "A package to estimate global sections of a pullback line bundle on hypersurface curves in dP3 and H2",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -73,7 +73,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions QSMExplorer/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PackageName := "QSMExplorer",
Subtitle := "A package to explore one Quadrillion F-theory Standard Models",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -73,7 +73,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions SheafCohomologyOnToricVarieties/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "SheafCohomologyOnToricVarieties",
Subtitle := "A package to compute sheaf cohomology on toric varieties",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions SparseMatrices/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "SparseMatrices",
Subtitle := "A package to handle sparse matrices in gap",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions SpasmInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "SpasmInterface",
Subtitle := "A package to communicate with the software Spasm",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions ToolsForFPGradedModules/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "ToolsForFPGradedModules",
Subtitle := "A package to provide additional structures for toric varieties",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
2 changes: 1 addition & 1 deletion TopcomInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions ToricVarieties/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "ToricVarieties",
Subtitle := "A package to handle toric varieties",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -68,7 +68,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions TruncationsOfFPGradedModules/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "TruncationsOfFPGradedModules",
Subtitle := "A package to compute truncations of FPGradedModules",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down
4 changes: 2 additions & 2 deletions cohomCalgInterface/PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PackageName := "cohomCalgInterface",
Subtitle := "A package to communicate with the software cohomCalg",

Version := Maximum( [
"2022.03.04",
"2022.03.23",
] ),

Date := ~.Version{[ 1 .. 10 ]},
Expand Down Expand Up @@ -52,7 +52,7 @@ SourceRepository := rec(
),
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
PackageWWWHome := Concatenation( "https://homalg-project.github.io/ToricVarieties_project/", ~.PackageName ),
ArchiveFormats := ".tar.gz .zip",
ArchiveFormats := ".tar.gz",
ArchiveURL := Concatenation( ~.SourceRepository.URL,
"/releases/download/", ReplacedString( ~.Version, ".", "-"),
"/", ~.PackageName, "-", ~.Version ),
Expand Down

0 comments on commit 90d8063

Please sign in to comment.