Skip to content

Commit 817da9c

Browse files
committed
Fix Botan
1 parent b8789bd commit 817da9c

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

dub.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
"dependencies": {
1414
"botan": {
15-
"repository": "git+https://github.com/etcimon/botan.git",
16-
"version": "4e88ccafd95fab6d101ee449382d1f4d1f533a5e"
15+
"repository": "git+https://github.com/Dadoum/botan.git",
16+
"version": "06a8ecdf7e69a6753141c5b248d6a24597978469"
1717
},
1818
"dynamic-loader": {
1919
"repository": "git+https://github.com/Dadoum/dynamicloader.git",

dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bindbc-loader": "1.0.3",
99
"bindbc-opengl": "1.0.5",
1010
"bindbc-sdl": "1.0.1",
11-
"botan": {"version":"4e88ccafd95fab6d101ee449382d1f4d1f533a5e","repository":"git+https://github.com/etcimon/botan.git"},
11+
"botan": {"version":"06a8ecdf7e69a6753141c5b248d6a24597978469","repository":"git+https://github.com/Dadoum/botan.git"},
1212
"botan-math": "1.0.4",
1313
"cachetools": "0.4.2",
1414
"concepts": "0.0.9",

frontends/cli/dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bindbc-loader": "1.0.3",
99
"bindbc-opengl": "1.0.5",
1010
"bindbc-sdl": "1.0.1",
11-
"botan": {"version":"4e88ccafd95fab6d101ee449382d1f4d1f533a5e","repository":"git+https://github.com/etcimon/botan.git"},
11+
"botan": {"version":"06a8ecdf7e69a6753141c5b248d6a24597978469","repository":"git+https://github.com/Dadoum/botan.git"},
1212
"botan-math": "1.0.4",
1313
"cachetools": "0.4.2",
1414
"concepts": "0.0.9",

frontends/dlangui/dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bindbc-loader": "1.1.5",
1010
"bindbc-opengl": "1.1.1",
1111
"bindbc-sdl": "1.4.8",
12-
"botan": {"version":"4e88ccafd95fab6d101ee449382d1f4d1f533a5e","repository":"git+https://github.com/etcimon/botan.git"},
12+
"botan": {"version":"06a8ecdf7e69a6753141c5b248d6a24597978469","repository":"git+https://github.com/Dadoum/botan.git"},
1313
"botan-math": "1.0.4",
1414
"cachetools": "0.4.2",
1515
"concepts": "0.0.9",

frontends/gtk/dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bindbc-loader": "1.0.3",
99
"bindbc-opengl": "1.0.5",
1010
"bindbc-sdl": "1.0.1",
11-
"botan": {"version":"4e88ccafd95fab6d101ee449382d1f4d1f533a5e","repository":"git+https://github.com/etcimon/botan.git"},
11+
"botan": {"version":"06a8ecdf7e69a6753141c5b248d6a24597978469","repository":"git+https://github.com/Dadoum/botan.git"},
1212
"botan-math": "1.0.4",
1313
"cachetools": "0.4.2",
1414
"concepts": "0.0.9",

frontends/qt/dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bindbc-loader": "1.0.3",
99
"bindbc-opengl": "1.0.5",
1010
"bindbc-sdl": "1.0.1",
11-
"botan": {"version":"4e88ccafd95fab6d101ee449382d1f4d1f533a5e","repository":"git+https://github.com/etcimon/botan.git"},
11+
"botan": {"version":"06a8ecdf7e69a6753141c5b248d6a24597978469","repository":"git+https://github.com/Dadoum/botan.git"},
1212
"botan-math": "1.0.4",
1313
"cachetools": "0.4.2",
1414
"concepts": "0.0.9",

frontends/swiftui/dub.selections.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"bindbc-loader": "1.0.3",
99
"bindbc-opengl": "1.0.5",
1010
"bindbc-sdl": "1.0.1",
11-
"botan": {"version":"4e88ccafd95fab6d101ee449382d1f4d1f533a5e","repository":"git+https://github.com/etcimon/botan.git"},
11+
"botan": {"version":"06a8ecdf7e69a6753141c5b248d6a24597978469","repository":"git+https://github.com/Dadoum/botan.git"},
1212
"botan-math": "1.0.4",
1313
"cachetools": "0.4.2",
1414
"concepts": "0.0.9",

0 commit comments

Comments
 (0)