meta: Switch to selfhosted pub repository

This commit is contained in:
PapaTutuWawa 2022-04-30 15:49:21 +02:00
parent 5dea1f0293
commit 1b8b7a4e9c
8 changed files with 50 additions and 52 deletions

View File

@ -1,3 +1,7 @@
## 0.0.1
## 0.1.0
* TODO: Describe initial release.
* Initial release
## 0.1.1
* Switch to selfhosted pub repository

View File

@ -1,7 +1,8 @@
name: moxdns
description: A simple wrapper over platform native DNS methods
version: 0.1.0
homepage:
version: 0.1.1
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -20,24 +21,14 @@ dependencies:
sdk: flutter
moxdns_platform_interface:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns_platform_interface
#path: ../moxdns_platform_interface
hosted: https://pub.polynom.me
version: 0.1.1
moxdns_android:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns_android
#path: ../moxdns_android
hosted: https://pub.polynom.me
version: 0.1.1
moxdns_linux:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns_linux
#path: ../moxdns_linux
hosted: https://pub.polynom.me
version: 0.1.1
dev_dependencies:
flutter_test:

View File

@ -1,3 +1,7 @@
## 0.0.1
## 0.1.0
* TODO: Describe initial release.
* Initial release
## 0.1.1
* Switch to selfhosted pub repository

View File

@ -1,7 +1,8 @@
name: moxdns_android
description: Android-specific implementation of moxdns
version: 0.1.0
homepage:
version: 0.1.1
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -13,17 +14,11 @@ dependencies:
plugin_platform_interface: 2.1.0
moxdns:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns
#path: ../moxdns
hosted: https://pub.polynom.me
version: 0.1.1
moxdns_platform_interface:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns_platform_interface
#path: ../moxdns_platform_interface
hosted: https://pub.polynom.me
version: 0.1.1
dev_dependencies:
flutter_test:

View File

@ -1,3 +1,7 @@
## 0.0.1
## 0.1.0
* TODO: Describe initial release.
* Initial release
## 0.1.1
* Switch to selfhosted pub repository

View File

@ -1,7 +1,8 @@
name: moxdns_linux
description: Linux-specific implementation of moxdns
version: 0.1.0
homepage:
version: 0.1.1
homepage: https://codeberg.org/moxxy/moxdns
publish_to: https://pub.polynom.me
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"
@ -13,17 +14,11 @@ dependencies:
plugin_platform_interface: 2.1.0
moxdns:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns
#path: ../moxdns
hosted: https://pub.polynom.me
version: 0.1.1
moxdns_platform_interface:
git:
url: https://codeberg.org/moxxy/moxdns.git
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
path: packages/moxdns_platform_interface
#path: ../moxdns_platform_interface
hosted: https://pub.polynom.me
version: 0.1.1
dev_dependencies:
flutter_test:

View File

@ -1,3 +1,7 @@
## 0.0.1
## 0.1.0
* TODO: Describe initial release.
* Initial release
## 0.1.1
* Switch to selfhosted pub repository

View File

@ -1,7 +1,8 @@
name: moxdns_platform_interface
description: Platform definitions for moxdns
version: 0.1.0
homepage:
homepage: https://codeberg.org/moxxy/moxdns
version: 0.1.1
publish_to: https://pub.polynom.me
environment:
sdk: ">=2.17.0-266.1.beta <3.0.0"