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 /nasm | |
parent | 689c0d2b2d0d967ba0b957f9c44a02a8d7d1813e (diff) | |
download | core-2e99e981c11d8242148d35cb13ad53195d94861e.tar.gz core-2e99e981c11d8242148d35cb13ad53195d94861e.tar.xz |
move several http: to https: URLs
Diffstat (limited to 'nasm')
-rw-r--r-- | nasm/.signature | 4 | ||||
-rw-r--r-- | nasm/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nasm/.signature b/nasm/.signature index 41eb0285..65f6121f 100644 --- a/nasm/.signature +++ b/nasm/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqpV9RCuknFsQBW7JabkV2VN/m1LANN2GQcjuPLQNvPG6JeCFIBfm1nmsxoOsLFcAiyJLgKXOIDM7O3cPfTOJfwI= -SHA256 (Pkgfile) = 40fa85e3615297b649794ed540ca0e046a2796649d8141a050d24e052cf9ff86 +RWRJc1FUaeVeqgn+hF/UPTJ/WUt1su9NhAiiJVZrtm4EbNsKzlpu8XH52dw9hWXbjCstH/CQD3p+cDUVG92WfRM93U7WOyqg0AQ= +SHA256 (Pkgfile) = 97c6fb93e2d4b8d78ffda1534a948d96fb823d62bcdf108c962d5f7d4d0c026f SHA256 (.footprint) = 2f2595d48b1d9747afa0d6b676a290528c98d1151c567954c594803a07fa9255 SHA256 (nasm-2.14.02.tar.xz) = e24ade3e928f7253aa8c14aa44726d1edf3f98643f87c9d72ec1df44b26be8f5 diff --git a/nasm/Pkgfile b/nasm/Pkgfile index d280d41f..0801fc3b 100644 --- a/nasm/Pkgfile +++ b/nasm/Pkgfile @@ -1,11 +1,11 @@ # Description: 80x86 assembler -# URL: http://www.nasm.us/ +# URL: https://www.nasm.us/ # Maintainer: CRUX System Team, core-ports at crux dot nu name=nasm version=2.14.02 release=1 -source=(http://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.xz) +source=(https://www.nasm.us/pub/nasm/releasebuilds/$version/$name-$version.tar.xz) build() { cd $name-$version |