update some URLs

Mainly switching from HTTP to HTTPS where the HTTP URL is a
redirect to the HTTPS URL, but also fixing a few broken links.
This commit is contained in:
Dirk Stolle 2025-08-19 05:49:28 +02:00
parent 125fe8c240
commit 190baf4439
30 changed files with 30 additions and 30 deletions

View File

@ -9,7 +9,7 @@ pkgrel=2
pkgdesc="A portable ASCII art graphic library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://aa-project.sourceforge.net/aalib/"
url="https://aa-project.sourceforge.net/aalib/"
license=('LGPL')
depends=()
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"

View File

@ -11,7 +11,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'aur: asmjit-git'
)
url="http://asmjit.com"
url="https://asmjit.com"
license=('spdx:Zlib')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs")
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Cego database system (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://www.lemke-it.com/'
url='https://www.lemke-it.com/'
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-readline"
"${MINGW_PACKAGE_PREFIX}-lfcbase"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Downhill racing game starring Tux (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://sourceforge.net/projects/extremetuxracer"
url="https://sourceforge.net/projects/extremetuxracer/"
license=('spdx:GPL-2.0-or-later')
depends=(
"${MINGW_PACKAGE_PREFIX}-sfml"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A library for reading and writing gif images (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://sourceforge.net/projects/giflib"
url="https://sourceforge.net/projects/giflib/"
msys2_repository_url=${url}
msys2_references=(
"cpe: cpe:/a:giflib_project:giflib"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Shared libraries for GSM 06.10 lossy speech compression (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://www.quut.com/gsm/"
url="https://www.quut.com/gsm/"
license=("custom")
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-pkgconf")

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A tool for use with clang to analyze #includes in C and C++ source files (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://include-what-you-use.org'
url='https://include-what-you-use.org'
msys2_repository_url="https://github.com/include-what-you-use/include-what-you-use"
msys2_references=(
'aur: include-what-you-use'

View File

@ -11,7 +11,7 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
license=('spdx:LGPL-2.1-or-later')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")
url='http://judy.sourceforge.net'
url='https://judy.sourceforge.net'
source=("https://downloads.sourceforge.net/judy/Judy-${pkgver}.tar.gz"
"0001-judy-no-undefined.patch"
# https://sources.debian.org/patches/judy/latest/

View File

@ -8,7 +8,7 @@ pkgrel=5
pkgdesc="LFC C++ base classes (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://www.lemke-it.com/'
url='https://www.lemke-it.com/'
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs"
"${MINGW_PACKAGE_PREFIX}-libwinpthread"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Base64 Encoding/Decoding Routines (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://libb64.sourceforge.net/'
url='https://libb64.sourceforge.net/'
license=('custom:Public Domain')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")

View File

@ -8,7 +8,7 @@ pkgrel=7
pkgdesc="A collection of routines used to create and manipulate MNG format graphics files (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://sourceforge.net/projects/libmng"
url="https://sourceforge.net/projects/libmng/"
license=('spdx:Zlib')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-cmake"

View File

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="A general purpose, double precision, celestial mechanics, astrometry and astrodynamics library. (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://libnova.sourceforge.io/"
url="https://libnova.sourceforge.net/"
license=('GPL2')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools" "${MINGW_PACKAGE_PREFIX}-cc")
source=("https://downloads.sourceforge.net/sourceforge/libnova/${_realname}-${pkgver}.tar.gz"

View File

@ -6,7 +6,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.3.1
pkgrel=2
pkgdesc="Multiple precision complex arithmetic library (mingw-w64)"
url='http://www.multiprecision.org'
url='https://www.multiprecision.org'
license=('LGPL')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')

View File

@ -12,7 +12,7 @@ msys2_references=(
"cpe: cpe:/a:artifex:mujs"
)
msys2_repository_url='https://cgit.ghostscript.com/cgi-bin/cgit.cgi/mujs.git/'
url="http://mujs.com/"
url="https://mujs.com/"
license=('spdx:ISC')
pkgdesc='A lightweight Javascript interpreter designed for embedding in other software (mingw-w64)'
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Object Oriented Input System (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://sourceforge.net/projects/wgois"
url="https://sourceforge.net/projects/wgois/"
msys2_repository_url="https://github.com/wgois/OIS"
license=('spdx:Zlib')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs")

View File

@ -10,7 +10,7 @@ pkgrel=4
pkgdesc="A free, cross-platform, open source, audio I/O library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://www.portaudio.com"
url="https://www.portaudio.com/"
license=("custom")
makedepends=(
"${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -10,7 +10,7 @@ pkgrel=4
pkgdesc="A wrapper around plink with some nice features (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://www.wischik.com/lu/programmer/unison-ssh.html"
url="https://www.wischik.com/lu/programmer/unison-ssh.html"
license=('unknown')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"unzip")

View File

@ -8,7 +8,7 @@ pkgrel=5
pkgdesc="Colored symbols for various log levels for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://github.com/ManrajGrover/py-log_symbols'
url='https://github.com/manrajgrover/py-log-symbols'
msys2_references=(
'purl: pkg:pypi/log-symbols'
)

View File

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Python bindings for the Message Passing Interface (MPI) standard (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
url='https://mpi4py.github.io/stable/'
url='https://mpi4py.github.io/mpi4py/stable/'
msys2_repository_url="https://github.com/mpi4py/mpi4py"
msys2_references=(
'purl: pkg:pypi/mpi4py'

View File

@ -11,7 +11,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'purl: pkg:pypi/pylev'
)
url='http://github.com/toastdriven/pylev'
url='https://github.com/toastdriven/pylev'
license=('BSD')
depends=("${MINGW_PACKAGE_PREFIX}-python")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"

View File

@ -11,7 +11,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
msys2_references=(
'purl: pkg:pypi/wmi'
)
url='http://timgolden.me.uk/python/wmi/index.html'
url='https://timgolden.me.uk/python/wmi/index.html'
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-python-pywin32")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="A set of C++ classes that provide a common API for realtime audio input/output (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://www.music.mcgill.ca/~gary/rtaudio/'
url='https://caml.music.mcgill.ca/~gary/rtaudio/'
msys2_repository_url="https://github.com/thestk/rtaudio"
license=('spdx:MIT')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs")

View File

@ -8,7 +8,7 @@ pkgrel=3
pkgdesc="A set of C++ classes that provides a common API for realtime MIDI input/output (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clangarm64')
url="https://www.music.mcgill.ca/~gary/rtmidi/"
url="https://caml.music.mcgill.ca/~gary/rtmidi/"
msys2_repository_url="https://github.com/thestk/rtmidi"
license=('custom:RtMidi')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs")

View File

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Fast Implementation of Gruber's Markdown in C (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://dafoster.net/projects/rdiscount/'
url='https://dafoster.net/projects/rdiscount/'
msys2_repository_url='https://github.com/davidfstr/rdiscount'
msys2_references=(
'purl: pkg:gem/rdiscount'

View File

@ -8,7 +8,7 @@ pkgrel=6
pkgdesc="A library for manipulating geometric shapes (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://s2geometry.io/'
url='http://s2geometry.io/'
msys2_repository_url='https://github.com/google/s2geometry'
license=('spdx:Apache-2.0')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Bluetooth Subband Codec (SBC) library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='http://www.bluez.org'
url='https://www.bluez.org/'
license=('spdx:GPL-2.0-or-later OR LGPL-2.1-or-later')
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools"
"${MINGW_PACKAGE_PREFIX}-cc")

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Generate scripting interfaces to C/C++ code (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://www.swig.org/"
url="https://www.swig.org/"
msys2_repository_url="https://github.com/swig/swig"
license=('custom')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs"

View File

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Integrated writing environment for creating LaTeX documents (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://texstudio.sourceforge.net/"
url="https://texstudio.sourceforge.net/"
msys2_repository_url='https://github.com/texstudio-org/texstudio'
license=('spdx:GPL-3.0-or-later')
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs"

View File

@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://www.unixodbc.org/"
url="https://www.unixodbc.org/"
msys2_references=(
"cpe: cpe:/a:unixodbc:unixodbc"
)

View File

@ -11,7 +11,7 @@ pkgrel=1
pkgdesc='Barcode encoding library supporting over 50 symbologies (mingw-w64)'
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="http://zint.org.uk/"
url="https://zint.org.uk/"
msys2_repository_url="https://github.com/zint/zint"
license=('spdx:GPL-3.0-or-later')
makedepends=(