diff --git a/pubspec.lock b/pubspec.lock
index e18f16ce38ade6bfc821022ec97f48c3b5b9791d..a6adff8b71e2e41d0ca84482dcad7a55f24c2087 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -129,12 +129,11 @@ packages:
   flutter_custom_toolbox:
     dependency: "direct main"
     description:
-      path: "."
-      ref: "0.9.1"
-      resolved-ref: "602610d89c2f9dd0d5dd3ed66d6c7790fa856e26"
-      url: "https://git.harrault.fr/android/flutter-toolbox.git"
-    source: git
-    version: "0.9.1"
+      name: flutter_custom_toolbox
+      sha256: "55eec6215c16e1a4325a2c515bd8464d598c8b67ae4403c47fd5f1df538e2336"
+      url: "https://pub.harrault.fr"
+    source: hosted
+    version: "1.0.2"
   flutter_lints:
     dependency: "direct dev"
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index f36b127f7ef3ab65d2dcbd6a317d90f0db456c45..c5b2f30cb2eedc840e4c558424b55908778b6c7a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@ description: Hangman game, have fun with words and letters!
 
 publish_to: "none"
 
-version: 1.9.0+41
+version: 1.9.1+42
 
 environment:
   sdk: "^3.0.0"
@@ -14,9 +14,8 @@ dependencies:
 
   # base
   flutter_custom_toolbox:
-    git:
-      url: https://git.harrault.fr/android/flutter-toolbox.git
-      ref: 0.9.1
+    hosted: https://pub.harrault.fr
+    version: ^1.0.0
 
   # specific
   diacritic: ^0.1.4