From: n0nb <n0...@us...> - 2025-09-23 18:11:14
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 1ecf72171490ddb493fefb9bce197b5d648783e3 (commit) from 584eddbb6ea7a21a1ddc2306c7773a5d98ca467b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1ecf72171490ddb493fefb9bce197b5d648783e3 Author: Nate Bargmann <n0...@n0...> Date: Tue Sep 23 12:49:58 2025 -0500 Update URL for daily snapshots Per a message received from SourceForge, the user Web space is being shut down around 10 Oct 2025. The message can be read from: https://sourceforge.net/p/hamlib/mailman/message/59235022/ diff --git a/README.betatester b/README.betatester index 3013cd83f..ee43cd6d7 100644 --- a/README.betatester +++ b/README.betatester @@ -52,7 +52,7 @@ Daily Git master branch snapshots: Download the latest Git master branch snapshot from: -http://n0nb.users.sourceforge.net +https://hamlib.sourceforge.net/snapshots/ You'll find a tarball with a name like hamlib-4.7~git-20250624-dc12b01ae.tar.gz, i.e. a check out made 24 Jun 2025 diff --git a/README.md b/README.md index bf90fa10d..e95214909 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ applications. The master repository is https://github.com/Hamlib/Hamlib The backup repository is https://sourceforge.net/projects/hamlib/ -Daily snapshots are available at https://n0nb.users.sourceforge.net/ +Daily snapshots are available at https://hamlib.sourceforge.net/snapshots/ Development happens on the GitHub master (often by merging feature branches) and each release has a release branch. diff --git a/doc/man7/hamlib-primer.7 b/doc/man7/hamlib-primer.7 index b8f671e34..d547e6dd3 100644 --- a/doc/man7/hamlib-primer.7 +++ b/doc/man7/hamlib-primer.7 @@ -104,7 +104,7 @@ is replace by a numeral for successive release candidates. .PP Daily snapshots of the development repository are available via the World Wide Web from -.UR http://n0nb.users.sourceforge.net/ +.UR https://hamlib.sourceforge.net/snapshots/ Hamlib Git daily snapshots .UE . . @@ -834,7 +834,7 @@ SourceForge.net file download service . .PP Daily development snapshots are available from the -.UR http://n0nb.users.sourceforge.net/ +.UR https://hamlib.sourceforge.net/snapshots/ daily snapshots page .UE . . ----------------------------------------------------------------------- Summary of changes: README.betatester | 2 +- README.md | 2 +- doc/man7/hamlib-primer.7 | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |