use more secure urls
* file: fix source url to be dynamic again * crypt: fix typo in prev sha256 switch commit
This commit is contained in:
@@ -7,10 +7,10 @@ pkgdesc="Encryption/Decryption utility and library"
|
||||
groups=('base')
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
url="http://cygwin.com/"
|
||||
url="https://cygwin.com/"
|
||||
makedepends=('gcc' 'cvs' 'make')
|
||||
source=(msysize.patch)
|
||||
sha256sums=('13746ef5eb4d37e74b4a8ae85430e5f80836e3f1fae72cb0b5f5bd7c5c398240'
|
||||
sha256sums=('13746ef5eb4d37e74b4a8ae85430e5f80836e3f1fae72cb0b5f5bd7c5c398240')
|
||||
|
||||
CVSROOT=":pserver:anoncvs:@sourceware.org:/cvs/cygwin-apps"
|
||||
CVSMOD="crypt"
|
||||
|
||||
@@ -9,7 +9,7 @@ license=('custom')
|
||||
url='http://docbook.sourceforge.net/'
|
||||
depends=('libxml2' 'libxslt' 'docbook-xml')
|
||||
install="$pkgname.install"
|
||||
source=("http://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2")
|
||||
source=("https://downloads.sourceforge.net/docbook/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('c98f7296ab5c8ccd2e0bc07634976a37f50847df2d8a59bdb1e157664700b467')
|
||||
|
||||
package() {
|
||||
|
||||
@@ -12,7 +12,7 @@ depends=('gcc-libs' 'msys2-runtime' 'zlib')
|
||||
makedepends=('python2' 'python3' 'zlib-devel')
|
||||
options=('!libtool')
|
||||
source=(#ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz
|
||||
https://fossies.org/linux/misc/file-5.25.tar.gz
|
||||
https://fossies.org/linux/misc/${pkgname}-${pkgver}.tar.gz
|
||||
file-5.17-msys2.patch)
|
||||
sha256sums=('3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca'
|
||||
'fa8a8581df5535981cbfb9e9f3e64edf34085f959cec42f88e0a13b8aa0e919b')
|
||||
|
||||
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
url="http://libtirpc.sourceforge.net"
|
||||
makedepends=('gcc' 'make' 'patch')
|
||||
source=(http://downloads.sourceforge.net/libtirpc/libtirpc-${pkgver}.tar.bz2
|
||||
source=(https://downloads.sourceforge.net/libtirpc/libtirpc-${pkgver}.tar.bz2
|
||||
0.2.4-cygwin-bindresvport.patch
|
||||
0.2.4-cygwin-ipv6.patch
|
||||
0.2.4-cygwin-no-nis.patch
|
||||
|
||||
@@ -10,7 +10,7 @@ pkgver=r3330.34a88ed
|
||||
pkgrel=1
|
||||
pkgdesc="Customizable Windows console emulator with tabs"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://conemu.github.io/"
|
||||
url="https://conemu.github.io/"
|
||||
license=('custom')
|
||||
makedepends=("git" "${_mingw_suff}-gcc" "${_mingw_suff}-binutils" "${_mingw_suff}-crt")
|
||||
# CAUTION:
|
||||
|
||||
@@ -7,7 +7,7 @@ groups=("${_mingw_suff}-toolchain" "${_mingw_suff}")
|
||||
pkgver=6.4
|
||||
pkgrel=1
|
||||
pkgdesc='Default Windows application manifest'
|
||||
url='http://cygwin.com/'
|
||||
url='https://cygwin.com/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
makedepends=('cvs' 'gcc')
|
||||
|
||||
@@ -7,7 +7,7 @@ pkgrel=1
|
||||
pkgdesc="A discovery-based unittest extension"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL-2.1')
|
||||
url="http://readthedocs.org/docs/nose/"
|
||||
url="https://nose.readthedocs.org/"
|
||||
makedepends=("python2-setuptools" "python3-setuptools")
|
||||
source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz")
|
||||
sha256sums=('f1bffef9cbc82628f6e7d7b40d7e255aefaa1adb6a1b1d26c69a8b79e6208a98')
|
||||
|
||||
@@ -13,7 +13,7 @@ pkgrel=1
|
||||
pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
|
||||
arch=('any')
|
||||
license=('MIT')
|
||||
url="http://pylib.readthedocs.org/en/latest/"
|
||||
url="https://pylib.readthedocs.org/"
|
||||
makedepends=('python3-setuptools' 'python2-setuptools')
|
||||
source=("https://pypi.python.org/packages/source/p/py/py-$pkgver.tar.gz")
|
||||
sha512sums=('dd9d92f8eaf8e5fc61bfb7feb4b07df5ae1745ebf88bcbe9d62589caa9e1f7d8beae5b2d20b407520919e47391cd50cf2d5323556fa5bd90a37e120b1d394d7a')
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgname=tmux-git
|
||||
pkgver=2.1.263.g5083e93
|
||||
pkgrel=1
|
||||
pkgdesc='A terminal multiplexer'
|
||||
url='http://tmux.github.io/'
|
||||
url='https://tmux.github.io/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
provides=('tmux')
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgname=windows-default-manifest
|
||||
pkgver=6.4
|
||||
pkgrel=1
|
||||
pkgdesc='Default Windows application manifest'
|
||||
url='http://cygwin.com/'
|
||||
url='https://cygwin.com/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('BSD')
|
||||
makedepends=('cvs' 'gcc')
|
||||
|
||||
Reference in New Issue
Block a user