meta: Publish to gitea

This commit is contained in:
PapaTutuWawa 2022-08-09 14:20:26 +02:00
parent fcdeb75db6
commit 6a604c18e2
4 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@ name: moxdns
description: A simple wrapper over platform native DNS methods
version: 0.1.2
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -21,13 +21,13 @@ dependencies:
sdk: flutter
moxdns_android:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
moxdns_linux:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
moxdns_platform_interface:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
dev_dependencies:

View File

@ -2,7 +2,7 @@ name: moxdns_android
description: Android-specific implementation of moxdns
version: 0.1.2
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -13,10 +13,10 @@ dependencies:
sdk: flutter
moxdns:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
moxdns_platform_interface:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
plugin_platform_interface: 2.1.0

View File

@ -2,7 +2,7 @@ name: moxdns_linux
description: Linux-specific implementation of moxdns
version: 0.1.2
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -13,10 +13,10 @@ dependencies:
sdk: flutter
moxdns:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
moxdns_platform_interface:
hosted: https://pub.polynom.me
hosted: https://git.polynom.me/api/packages/Moxxy/pub
version: 0.1.2
plugin_platform_interface: 2.1.0

View File

@ -2,7 +2,7 @@ name: moxdns_platform_interface
description: Platform definitions for moxdns
homepage: https://codeberg.org/moxxy/moxdns
version: 0.1.2
publish_to: https://pub.polynom.me
publish_to: https://git.polynom.me/api/packages/Moxxy/pub
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"