Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions cjson.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: cjson
version: 1.7.16
epoch: 0
epoch: 1
description: Lighweight JSON parser in C
copyright:
- license: MIT
Expand All @@ -18,10 +18,11 @@ environment:
- samurai

pipeline:
- uses: fetch
- uses: git-checkout
with:
expected-sha256: b0ca16e9f4c22b54482a3bfc14b64b50d8f2e305ee6014b0b3d3d9e700934f8d
uri: https://github.com/DaveGamble/cJSON/archive/v${{package.version}}.tar.gz
repository: https://github.com/DaveGamble/cJSON
tag: v${{package.version}}
expected-commit: cb8693b058ba302f4829ec6d03f609ac6f848546

- uses: cmake/configure

Expand All @@ -35,9 +36,6 @@ subpackages:
- name: cjson-dev
pipeline:
- uses: split/dev
dependencies:
runtime:
- cjson
description: cjson dev

update:
Expand Down