diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Martin Reboredo + - IRC: YakoYako + - Email: yakoyoku@gmail.com diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -4,4 +4,3 @@ libgcc_s.so.1 libm.so.6 libpthread.so.0 -librt.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : geckodriver -version : 0.25.0 -release : 1 +version : 0.28.0 +release : 2 source : - - https://github.com/mozilla/geckodriver/archive/v0.25.0.tar.gz : 9ba9b1be1a2e47ddd11216ce863903853975a4805e72b9ed5da8bcbcaebbcea9 + - https://github.com/mozilla/geckodriver/archive/v0.28.0.tar.gz : b75e03d76b11aa235979a3a767e539a2dc6065db4838a723ed3a02999e4c13b0 license : MPL-2.0 component : network.web summary : WebDriver for Firefox @@ -13,6 +13,8 @@ networking : yes builddeps : - cargo +rundeps : + - firefox build : | cargo build --release install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ geckodriver - Rabin Adhikari - rabin.adk1@gmail.com + Martin Reboredo + yakoyoku@gmail.com MPL-2.0 network.web @@ -27,12 +27,12 @@ - - 2019-09-17 - 0.25.0 + + 2020-12-16 + 0.28.0 Packaging update - Rabin Adhikari - rabin.adk1@gmail.com + Martin Reboredo + yakoyoku@gmail.com - + \ No newline at end of file