Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed Feb 7, 2023
1 parent 87c7da9 commit 2223500
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:
- '**'

jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
build:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
Expand Down
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ option(SPARKLEC_DISABLE_HOTMART "Disable support for Hotmart" OFF)
option(SPARKLEC_DISABLE_ESTRATEGIA "Disable support for Estratégia Concursos" OFF)
option(SPARKLEC_DISABLE_CYBERCLASS "Disable support for CyberClass" OFF)
option(SPARKLEC_DISABLE_IAEXPERT "Disable support for IA Expert Academy" OFF)
option(SPARKLEC_DISABLE_QCONCURSOS "Disable support for QConcursos" OFF)
option(SPARKLEC_DISABLE_CERTIFICATE_VALIDATION "Disable SSL certificate validation in libcurl" OFF)

set(CMAKE_POLICY_DEFAULT_CMP0069 NEW)
Expand Down Expand Up @@ -42,8 +43,8 @@ set(CURL_DISABLE_DOH ON)

include(FetchContent)

set(CACERT_FILENAME "cacert-2022-10-11.pem")
set(CACERT_SHA256 "2cff03f9efdaf52626bd1b451d700605dc1ea000c5da56bd0fc59f8f43071040")
set(CACERT_FILENAME "cacert-2023-01-10.pem")
set(CACERT_SHA256 "fb1ecd641d0a02c01bc9036d513cb658bbda62a75e246bedbc01764560a639f0")

FetchContent_Declare(
CACERT
Expand Down

0 comments on commit 2223500

Please sign in to comment.