comparison core/ca-certificates/ca-certificates.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 6710613b88b9
children a47aaf9743a0
comparison
equal deleted inserted replaced
1219:337f950c30f5 1220:4ccc42bf0284
13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 PKGNAME=ca-certificates 18 . ./ca-certificates.info
19 PKGVERSION=20190123
20 PKGREVISION=1
21 PKGLICENSE="MPLv20"
22 PKGSUMMARY="bundle of CA certificates from Mozilla"
23 PKGDOWNLOAD="https://curl.haxx.se/ca/cacert-2019-01-23.pem"
24 19
25 install -Dm644 cacert-2019-01-23.pem $DESTDIR/etc/ssl/cert.pem 20 install -Dm644 cacert-2019-01-23.pem $DESTDIR/etc/ssl/cert.pem