diff options
author | Juergen Daubert <jue@jue.li> | 2020-06-04 16:56:32 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-06-04 16:56:32 +0200 |
commit | 2e99e981c11d8242148d35cb13ad53195d94861e (patch) | |
tree | a19d11c1ce16310653b275c040b9636f31432a4b /xz | |
parent | 689c0d2b2d0d967ba0b957f9c44a02a8d7d1813e (diff) | |
download | core-2e99e981c11d8242148d35cb13ad53195d94861e.tar.gz core-2e99e981c11d8242148d35cb13ad53195d94861e.tar.xz |
move several http: to https: URLs
Diffstat (limited to 'xz')
-rw-r--r-- | xz/.signature | 4 | ||||
-rw-r--r-- | xz/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xz/.signature b/xz/.signature index b10d7b86..a9c9de78 100644 --- a/xz/.signature +++ b/xz/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqiPZ0i1UKie59On4LJ+k+GoSteEshZrQwfzQfs0S3qzC02qIo4PG5RHAmwHltMDvNtmNKpKSJ3r77R7wNqQJFw4= -SHA256 (Pkgfile) = 0dea2259db57f8f045f7a0a17c8f9b091a14bf711fc1a68cc7e72eb0f1911bb1 +RWRJc1FUaeVeqr7ktnsoEF77pOHiwpenfq+iYgsaZ6rLlzoiK9mCZzSl7PIG/EEj47aNZt5V3ewbEHZBlM3sP311yq96sIixDQ4= +SHA256 (Pkgfile) = 43f6e16efcc516ac29fc7c20b51f06ec1236c7fdfb915b20d594ffb0d45cde98 SHA256 (.footprint) = 389b0d29304cb69bf30a0612e7d9566b6ec64f9a87d754f77c0309df780138ef SHA256 (xz-5.2.5.tar.xz) = 3e1e518ffc912f86608a8cb35e4bd41ad1aec210df2a47aaa1f95e7f5576ef56 @@ -1,11 +1,11 @@ # Description: Compression utility using the lzma algorithm, successor of lzma-utils -# URL: http://tukaani.org/xz/ +# URL: https://tukaani.org/xz/ # Maintainer: CRUX System Team, core-ports at crux dot nu name=xz version=5.2.5 release=1 -source=(http://tukaani.org/xz/$name-$version.tar.xz) +source=(https://tukaani.org/xz/$name-$version.tar.xz) build() { cd $name-$version |