Browse Source
Merge pull request #3416 from Grimler91/ca-certificates
ca-certificates: fix version typo
android-5
Fredrik Fornwall
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/ca-certificates/build.sh
|
|
@ -1,7 +1,7 @@ |
|
|
|
TERMUX_PKG_HOMEPAGE=https://curl.haxx.se/docs/caextract.html |
|
|
|
TERMUX_PKG_DESCRIPTION="Common CA certificates" |
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
|
TERMUX_PKG_VERSION=20180124 |
|
|
|
TERMUX_PKG_VERSION=20190124 |
|
|
|
TERMUX_PKG_SRCURL=https://curl.haxx.se/ca/cacert.pem |
|
|
|
# If the checksum has changed, it may be time to update the package version: |
|
|
|
TERMUX_PKG_SHA256=c1fd9b235896b1094ee97bfb7e042f93530b5e300781f59b45edf84ee8c75000 |
|
|
|