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:
Viktor Szakats
2016-02-25 20:47:23 +01:00
parent 87867fb21b
commit 9fcc411bae
10 changed files with 11 additions and 11 deletions

View File

@@ -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')