Skip to content

Commit 1ff91ed

Browse files
authored
chore(ci): bump SM to 1.12 (#29)
1 parent d5f98ea commit 1ff91ed

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

sourceknight.yaml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,46 @@
11
project:
2-
sourceknight: 0.2
2+
sourceknight: 0.3
33
name: FamilyShareManager
4+
45
dependencies:
56
- name: sourcemod
67
type: tar
7-
version: 1.11.0-git6934
8-
location: https://sm.alliedmods.net/smdrop/1.11/sourcemod-1.11.0-git6934-linux.tar.gz
8+
version: 1.12.0-git7223
9+
location: https://sm.alliedmods.net/smdrop/1.12/sourcemod-1.12.0-git7223-linux.tar.gz
910
unpack:
10-
- source: /addons
11-
dest: /addons
11+
- source: /addons
12+
dest: /addons
1213

1314
- name: ext-ripext
1415
type: git
1516
repo: https://github.com/srcdslab/sm-ext-ripext
1617
unpack:
17-
- source: /pawn/scripting
18-
dest: /addons/sourcemod/scripting
18+
- source: /pawn/scripting
19+
dest: /addons/sourcemod/scripting
1920

2021
- name: ext-steamworks
2122
type: git
2223
repo: https://github.com/srcdslab/sm-ext-SteamWorks
2324
unpack:
24-
- source: /Pawn/include
25-
dest: /addons/sourcemod/scripting/include
25+
- source: /Pawn/include
26+
dest: /addons/sourcemod/scripting/include
2627

2728
- name: multicolors
2829
type: git
2930
repo: https://github.com/srcdslab/sm-plugin-MultiColors
3031
unpack:
31-
- source: /addons
32-
dest: /addons
32+
- source: /addons
33+
dest: /addons
3334

3435
- name: sourcebans-pp
3536
type: git
3637
repo: https://github.com/srcdslab/sourcebans-pp
3738
unpack:
38-
- source: /game/addons
39-
dest: /addons
39+
- source: /game/addons
40+
dest: /addons
4041

4142
root: /
4243
output: /addons/sourcemod/plugins
44+
4345
targets:
4446
- FamilyShareManager

0 commit comments

Comments
 (0)