Skip to content

Commit dbd95bd

Browse files
committed
fix: Cpr build
1 parent f9b4a9d commit dbd95bd

3 files changed

Lines changed: 2 additions & 18 deletions

File tree

flatpak/cpr.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

flatpak/org.nickvision.application.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@
5050
{
5151
"type": "git",
5252
"url": "https://github.com/libcpr/cpr",
53-
"tag": "1.12.0"
54-
},
55-
{
56-
"type": "patch",
57-
"path": "cpr.patch"
53+
"commit": "93a325cd5496c79d1783c22041985fe5d27ac965"
5854
}
5955
]
6056
},

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parts:
2626

2727
cpr:
2828
source: https://github.com/libcpr/cpr
29-
source-tag: '1.12.0'
29+
source-commit: '93a325cd5496c79d1783c22041985fe5d27ac965'
3030
plugin: cmake
3131
source-depth: 1
3232
cmake-parameters:

0 commit comments

Comments
 (0)