Skip to content

Commit eacd93f

Browse files
authored
chore(ci): bump SM to 1.12
1 parent 4caba0b commit eacd93f

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: CustomChatColors
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: multicolors
1415
type: git
1516
repo: https://github.com/srcdslab/sm-plugin-MultiColors
1617
unpack:
17-
- source: /addons
18-
dest: /addons
18+
- source: /addons
19+
dest: /addons
1920

2021
- name: SelfMute
2122
type: git
2223
repo: https://github.com/srcdslab/sm-plugin-SelfMute
2324
unpack:
24-
- source: /addons
25-
dest: /addons
25+
- source: /addons
26+
dest: /addons
2627

2728
- name: sourcebans-pp
2829
type: git
2930
repo: https://github.com/srcdslab/sourcebans-pp
3031
unpack:
31-
- source: /game/addons
32-
dest: /addons
32+
- source: /game/addons
33+
dest: /addons
3334

3435
- name: dynamicchannels
3536
type: git
3637
repo: https://github.com/Vauff/DynamicChannels
3738
unpack:
38-
- source: /scripting/include
39-
dest: /addons/sourcemod/scripting/include
39+
- source: /scripting/include
40+
dest: /addons/sourcemod/scripting/include
4041

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

0 commit comments

Comments
 (0)