diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 11:59:43 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-13 11:59:43 +0100 |
commit | 23fe4da07c69996398f406771de8fadc0e37b56a (patch) | |
tree | 8e730f33f6659334873198844d412686dd370499 /pkgutils | |
parent | 16eec76bc22c593682e7b6dbfac61b4d6ecef0ff (diff) | |
download | core-23fe4da07c69996398f406771de8fadc0e37b56a.tar.gz core-23fe4da07c69996398f406771de8fadc0e37b56a.tar.xz |
pkgutils: use https and syntax
Diffstat (limited to 'pkgutils')
-rw-r--r-- | pkgutils/.signature | 4 | ||||
-rw-r--r-- | pkgutils/Pkgfile | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgutils/.signature b/pkgutils/.signature index f2df90f9..721d7478 100644 --- a/pkgutils/.signature +++ b/pkgutils/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqqlQj7XN/l45xBoFqizvx3Tz+3bhTzPSU327iHrIiJTIl2xTpn1Wimhqa1PivCEn1t63Fne4DmCBu8arevcfugY= -SHA256 (Pkgfile) = 278a4ea635ecfe281ed1f2b0b9522fba1ab76daf20c0e1c77d5f198cd4d8f5df +RWRJc1FUaeVeqrcXfdzLJ9B1zJ5ROSmZBp7JY868l54BFcP9b/Uk1GN339xo6fYstXXnUhlDkGrH/1aDovNni+V2ZR7+kw2+Qwk= +SHA256 (Pkgfile) = 0e06f8f45b4a8c4b64314b791893d91cc6c97577f5ce10e0f357b4ce40feaf2b SHA256 (.footprint) = e7d863393a07a29b512a2b627a65f731d8896bf0ee75cf430a9b1423716ae437 SHA256 (pkgutils-5.40.7.tar.xz) = ee9e3e7258983ffabe5959736e8f029c02b0ea1037b2bb588a88daafcda0fafc diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index ed3a35d2..189f155b 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -1,12 +1,12 @@ -# Description: A set of utilities to manage software packages -# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: libarchive +# Description: A set of utilities to manage software packages +# URL: https://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: libarchive name=pkgutils version=5.40.7 release=1 -source=(http://crux.nu/files/$name-$version.tar.xz) +source=(https://crux.nu/files/$name-$version.tar.xz) build () { cd $name-$version |