gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9032: update curl to 7.88.1


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9032: update curl to 7.88.1
Date: Thu, 2 Mar 2023 16:25:39 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9032
revision-id: carlhansen@gnu.org-20230302212531-aubhkc8sk6p44tvu
parent: carlhansen@gnu.org-20230302064428-2fv1lgymy9s9wtev
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2023-03-02 13:25:31 -0800
message:
  update curl to 7.88.1
modified:
  pkg/other/curl/Makefile        makefile-20220118062908-kybdv56z6l3hmty1-4
  pkg/other/curl/sha256sums      sha256sums-20220118062908-kybdv56z6l3hmty1-5
=== modified file 'pkg/other/curl/Makefile'
--- a/pkg/other/curl/Makefile   2022-12-18 03:32:38 +0000
+++ b/pkg/other/curl/Makefile   2023-03-02 21:25:31 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -19,20 +19,20 @@
 #
 # Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
 
-
 NAME =    curl
 GARNAME = curl
-GARVERSION =  7.86.0 
+GARVERSION =  7.88.1
 HOME_URL = http://www.curl.se
-DESCRIPTION = Download files from internet
+DESCRIPTION = Download files from internet with command line
 define BLURB
 endef
 ######################################################################
 #https://curl.se/download/curl-7.81.0.tar.gz.asc
-MASTER_SITES =  https://curl.se/
-MASTER_SUBDIR = download/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES  = $(DISTNAME).tar.gz.asc
+# https://github.com/curl/curl/releases/download/curl-7_88_1/curl-7.88.1.tar.xz
+MASTER_SITES =  https://github.com/
+MASTER_SUBDIR = curl/curl/releases/download/curl-7_88_1/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES  = $(DISTNAME).tar.xz.asc
 
 BUILDDEPS = 
 LIBDEPS = 

=== modified file 'pkg/other/curl/sha256sums'
--- a/pkg/other/curl/sha256sums 2022-12-18 03:24:48 +0000
+++ b/pkg/other/curl/sha256sums 2023-03-02 21:25:31 +0000
@@ -1,2 +1,2 @@
-3dfdd39ba95e18847965cd3051ea6d22586609d9011d91df7bc5521288987a82  
download/curl-7.86.0.tar.gz
-8e31713d4513023e44a2034af660b2af6240a8501cadf153f96431cd34f5fc31  
download/curl-7.86.0.tar.gz.asc
+1dae31b2a7c1fe269de99c0c31bb488346aab3459b5ffca909d6938249ae415f  
download/curl-7.88.1.tar.xz
+80567161554511914a8f9f029d8a35dc536849398f033f6abf19b483cb9d90ed  
download/curl-7.88.1.tar.xz.asc


reply via email to

[Prev in Thread] Current Thread [Next in Thread]