meta: Switch to selfhosted pub repository
This commit is contained in:
parent
5dea1f0293
commit
1b8b7a4e9c
@ -1,3 +1,7 @@
|
|||||||
## 0.0.1
|
## 0.1.0
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* Initial release
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
* Switch to selfhosted pub repository
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
name: moxdns
|
name: moxdns
|
||||||
description: A simple wrapper over platform native DNS methods
|
description: A simple wrapper over platform native DNS methods
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
homepage:
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
||||||
@ -20,24 +21,14 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns_platform_interface
|
|
||||||
#path: ../moxdns_platform_interface
|
|
||||||
moxdns_android:
|
moxdns_android:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns_android
|
|
||||||
#path: ../moxdns_android
|
|
||||||
moxdns_linux:
|
moxdns_linux:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns_linux
|
|
||||||
#path: ../moxdns_linux
|
|
||||||
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
## 0.0.1
|
## 0.1.0
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* Initial release
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
* Switch to selfhosted pub repository
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
name: moxdns_android
|
name: moxdns_android
|
||||||
description: Android-specific implementation of moxdns
|
description: Android-specific implementation of moxdns
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
homepage:
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
||||||
@ -13,17 +14,11 @@ dependencies:
|
|||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.0
|
||||||
|
|
||||||
moxdns:
|
moxdns:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns
|
|
||||||
#path: ../moxdns
|
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns_platform_interface
|
|
||||||
#path: ../moxdns_platform_interface
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
## 0.0.1
|
## 0.1.0
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* Initial release
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
* Switch to selfhosted pub repository
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
name: moxdns_linux
|
name: moxdns_linux
|
||||||
description: Linux-specific implementation of moxdns
|
description: Linux-specific implementation of moxdns
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
homepage:
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
||||||
@ -13,17 +14,11 @@ dependencies:
|
|||||||
plugin_platform_interface: 2.1.0
|
plugin_platform_interface: 2.1.0
|
||||||
|
|
||||||
moxdns:
|
moxdns:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns
|
|
||||||
#path: ../moxdns
|
|
||||||
moxdns_platform_interface:
|
moxdns_platform_interface:
|
||||||
git:
|
hosted: https://pub.polynom.me
|
||||||
url: https://codeberg.org/moxxy/moxdns.git
|
version: 0.1.1
|
||||||
rev: e1aa2a4124d00ee9029c6949d4aa02b286bb0c4b
|
|
||||||
path: packages/moxdns_platform_interface
|
|
||||||
#path: ../moxdns_platform_interface
|
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
## 0.0.1
|
## 0.1.0
|
||||||
|
|
||||||
* TODO: Describe initial release.
|
* Initial release
|
||||||
|
|
||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
* Switch to selfhosted pub repository
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
name: moxdns_platform_interface
|
name: moxdns_platform_interface
|
||||||
description: Platform definitions for moxdns
|
description: Platform definitions for moxdns
|
||||||
version: 0.1.0
|
homepage: https://codeberg.org/moxxy/moxdns
|
||||||
homepage:
|
version: 0.1.1
|
||||||
|
publish_to: https://pub.polynom.me
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
sdk: ">=2.17.0-266.1.beta <3.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user