From 9356364c919fe66409aba29e4a668b6289254781 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr> Date: Fri, 10 Jan 2025 16:49:40 +0100 Subject: [PATCH] Use private repository for package flutter_custom_toolbox --- pubspec.lock | 11 +++++------ pubspec.yaml | 7 +++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index e18f16c..a6adff8 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 f36b127..c5b2f30 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 -- GitLab