Skip to content

Commit 1ed15fb

Browse files
committed
Bump version to 2019.12.06
1 parent c6a8262 commit 1ed15fb

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

PackageInfo.g

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,16 @@ Persons := [
3434
),
3535
],
3636

37-
PackageWWWHome := "https://homalg-project.github.io/CddInterface",
38-
3937
SourceRepository := rec(
4038
Type := "git",
41-
URL := "https://github.com/homalg-project/CddInterface" ),
39+
URL := Concatenation( "https://github.com/homalg-project/", ~.PackageName )
40+
),
4241

42+
PackageWWWHome := Concatenation( "https://homalg-project.github.io/", ~.PackageName ),
43+
README_URL := Concatenation( ~.PackageWWWHome, "/README.md" ),
44+
PackageInfoURL := Concatenation( ~.PackageWWWHome, "/PackageInfo.g" ),
4345
IssueTrackerURL := Concatenation( ~.SourceRepository.URL, "/issues" ),
4446
ArchiveURL := Concatenation( ~.SourceRepository.URL, "/archive/", ~.Version ),
45-
README_URL := Concatenation( ~.SourceRepository.URL, "/releases/latest/download/README.md" ),
46-
PackageInfoURL := Concatenation( ~.SourceRepository.URL, "/releases/latest/download/PackageInfo.g" ),
47-
4847
ArchiveFormats := ".tar.gz",
4948

5049
## Status information. Currently the following cases are recognized:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The GAP 4 package `CddInterface'
66

77
# Version
88

9-
Current version: 2019.12.04
9+
Current version: 2019.12.06
1010

1111
# Why CddInterface
1212

0 commit comments

Comments
 (0)