[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9449: update cgal to 5.6
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9449: update cgal to 5.6 |
Date: |
Sun, 30 Jul 2023 22:03:10 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9449
revision-id: carlhansen1234@gmail.com-20230731020303-ze2493kos309nb6l
parent: carlhansen1234@gmail.com-20230731002736-oyu1oe5kbpr8pib5
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2023-07-30 19:03:03 -0700
message:
update cgal to 5.6
modified:
pkg/other/cgal/Makefile makefile-20180205045556-giwn63i5y9e7jk9w-3
pkg/other/cgal/sha256sums sha256sums-20180205045556-giwn63i5y9e7jk9w-4
=== modified file 'pkg/other/cgal/Makefile'
--- a/pkg/other/cgal/Makefile 2020-05-12 16:50:21 +0000
+++ b/pkg/other/cgal/Makefile 2023-07-31 02:03:03 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2019, 2020, 2023 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
NAME = CGAL
GARNAME = cgal
UPSTREAMNAME = CGAL
-GARVERSION = 5.0.2
+GARVERSION = 5.6
HOME_URL = http://www.cgal.org/
DESCRIPTION = Computational Geometry Algorithms Library (CGAL)
define BLURB
@@ -31,15 +31,14 @@
endef
######################################################################
-#https://github.com/CGAL/cgal/archive/releases/CGAL-4.10.2.tar.gz
+# https://github.com/CGAL/cgal/releases/download/v5.6/CGAL-5.6.tar.xz
+
MASTER_SITES = $(MASTER_GITHUB)
-MASTER_SUBDIR = $(UPSTREAMNAME)/$(GARNAME)/archive/releases/
-DISTFILES = $(UPSTREAMNAME)-$(GARVERSION).tar.gz
+MASTER_SUBDIR = $(UPSTREAMNAME)/$(GARNAME)/releases/download/v5.6/
+DISTFILES = $(UPSTREAMNAME)-$(GARVERSION).tar.xz
SIGFILES =
-WORKSRC = $(WORKDIR)/cgal-releases-$(UPSTREAMNAME)-$(GARVERSION)
-
BUILDDEPS =
LIBDEPS =
=== modified file 'pkg/other/cgal/sha256sums'
--- a/pkg/other/cgal/sha256sums 2020-05-12 16:50:21 +0000
+++ b/pkg/other/cgal/sha256sums 2023-07-31 02:03:03 +0000
@@ -1,1 +1,1 @@
-7d824efce318fe901fd9d6f233a1f27e2d956d787602621df035a759b587c40c
download/CGAL-5.0.2.tar.gz
+dcab9b08a50a06a7cc2cc69a8a12200f8d8f391b9b8013ae476965c10b45161f
download/CGAL-5.6.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9449: update cgal to 5.6,
Carl Hansen <=