From 3755ce3a4a955513c59e4ebbf7ad2531f1adae3e Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 9 Aug 2022 14:19:07 +0200 Subject: [PATCH] meta: Publish to gitea --- src/moxplatform/pubspec.yaml | 10 ++++------ src/moxplatform_android/pubspec.yaml | 10 ++++------ src/moxplatform_generic/pubspec.yaml | 8 ++++---- src/moxplatform_linux/pubspec.yaml | 2 +- src/moxplatform_platform_interface/pubspec.yaml | 7 +++---- 5 files changed, 16 insertions(+), 21 deletions(-) diff --git a/src/moxplatform/pubspec.yaml b/src/moxplatform/pubspec.yaml index 597cf58..41c9e8a 100644 --- a/src/moxplatform/pubspec.yaml +++ b/src/moxplatform/pubspec.yaml @@ -1,7 +1,7 @@ name: moxplatform description: Moxxy platform-specific code version: 0.1.6 -publish_to: https://pub.polynom.me +publish_to: https://git.polynom.me/api/packages/Moxxy/pub environment: sdk: ">=2.16.0 <3.0.0" @@ -20,16 +20,14 @@ dependencies: sdk: flutter moxplatform_android: - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.6 - #path: ../moxplatform_android moxplatform_platform_interface: - #path: ../moxplatform_platform_interface - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.6 moxlib: - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.3 dev_dependencies: diff --git a/src/moxplatform_android/pubspec.yaml b/src/moxplatform_android/pubspec.yaml index 593f0b8..c6148fd 100644 --- a/src/moxplatform_android/pubspec.yaml +++ b/src/moxplatform_android/pubspec.yaml @@ -2,7 +2,7 @@ name: moxplatform_android description: Android implementation of moxplatform version: 0.1.6 homepage: https://codeberg.org/moxxy/moxplatform -publish_to: https://pub.polynom.me +publish_to: https://git.polynom.me/api/packages/Moxxy/pub environment: sdk: ">=2.16.0 <3.0.0" @@ -21,16 +21,14 @@ dependencies: flutter: sdk: flutter moxplatform_platform_interface: - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.6 - #path: ../moxplatform_platform_interface moxplatform: - #path: ../moxplatform - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.6 moxlib: - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.3 logging: 1.0.2 get_it: 7.2.0 diff --git a/src/moxplatform_generic/pubspec.yaml b/src/moxplatform_generic/pubspec.yaml index fdd4687..ced1f6a 100644 --- a/src/moxplatform_generic/pubspec.yaml +++ b/src/moxplatform_generic/pubspec.yaml @@ -1,7 +1,7 @@ name: moxplatform_generic description: Generic implementations of moxplatform version: 0.1.5 -homepage: https://codeberg.org/moxxy/moxplatform +homepage: https://git.polynom.me/api/packages/Moxxy/pub environment: sdk: ">=2.17.0-266.1.beta <3.0.0" @@ -13,15 +13,15 @@ dependencies: moxplatform: path: ../moxplatform - #hosted: https://pub.polynom.me + #hosted: https://git.polynom.me/api/packages/Moxxy/pub #version: 0.1.4 moxplatform_platform_interface: path: ../moxplatform_platform_interface - #hosted: https://pub.polynom.me + #hosted: https://git.polynom.me/api/packages/Moxxy/pub #version: 0.1.4 moxlib: - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.3 logging: 1.0.2 diff --git a/src/moxplatform_linux/pubspec.yaml b/src/moxplatform_linux/pubspec.yaml index 72f9890..87d731b 100644 --- a/src/moxplatform_linux/pubspec.yaml +++ b/src/moxplatform_linux/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: moxplatform: path: ../moxplatform - #hosted: https://pub.polynom.me + #hosted: https://git.polynom.me/api/packages/Moxxy/pub #version: 0.1.4 moxplatform_generic: path: ../moxplatform_generic diff --git a/src/moxplatform_platform_interface/pubspec.yaml b/src/moxplatform_platform_interface/pubspec.yaml index c6c120c..e6f1e4a 100644 --- a/src/moxplatform_platform_interface/pubspec.yaml +++ b/src/moxplatform_platform_interface/pubspec.yaml @@ -2,7 +2,7 @@ name: moxplatform_platform_interface description: A common platform interface for the my_plugin plugin. version: 0.1.6 homepage: https://codeberg.org/moxxy/moxplatform -publish_to: https://pub.polynom.me +publish_to: https://git.polynom.me/api/packages/Moxxy/pub environment: sdk: ">=2.16.0 <3.0.0" @@ -13,12 +13,11 @@ dependencies: sdk: flutter moxplatform: - #path: ../moxplatform - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.6 moxlib: - hosted: https://pub.polynom.me + hosted: https://git.polynom.me/api/packages/Moxxy/pub version: 0.1.3 plugin_platform_interface: 2.1.0