From df2c618bb6bca414e7c978e5e566360f57f9fb10 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 5 Jan 2021 08:12:34 -0500 Subject: ubo 1.16.4.27 --- ublock-origin-combined/build-orig-tarball.sh | 4 ++-- ublock-origin-combined/debian/changelog | 6 ++++++ ublock-origin-combined/ublock-origin-combined.spec | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ublock-origin-combined/build-orig-tarball.sh b/ublock-origin-combined/build-orig-tarball.sh index e804468..a3f3d61 100755 --- a/ublock-origin-combined/build-orig-tarball.sh +++ b/ublock-origin-combined/build-orig-tarball.sh @@ -59,7 +59,7 @@ show_xpi_for_latest_tag() { _url2="https://github.com$( echo "${_page1}" | grep -oE 'href=[^>]+\/tag\/[^>]+' | sort -n | tail -n1 | sed -r -e "s/^href=[\"']?//;" -e 's/"$//;' )" _page2="$( curl -s "${_url2}" )" #echo "${_page2}" - _asset="https://github.com$( echo "${_page2}" | sed -n '/Assets/,$p' ~/foo2 | grep -oE "href=.*\.xpi" | sed -r -e "s/^href=[\"']?//;" )" + _asset="https://github.com$( echo "${_page2}" | sed -n '/Assets/,$p' | grep -oE "href=.*\.xpi" | sed -r -e "s/^href=[\"']?//;" )" echo "${_asset}" } @@ -71,7 +71,7 @@ show_xpi_for_latest_tag() { ## 1. learn latest version file #url_contents="$( curl -s "${frontpageurl}" )" #latest_file="$( echo "${url_contents}" | awk -F'[=>]' '/class="btn".*>Download Tue, 05 Jan 2021 07:46:17 -0500 + ublock-origin-combined (1.16.4.26-1+devuan) obs; urgency=medium * Update diff --git a/ublock-origin-combined/ublock-origin-combined.spec b/ublock-origin-combined/ublock-origin-combined.spec index 8367d80..3bcb067 100644 --- a/ublock-origin-combined/ublock-origin-combined.spec +++ b/ublock-origin-combined/ublock-origin-combined.spec @@ -7,7 +7,7 @@ %global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} Name: ublock-origin-combined -Version: 1.16.4.26 +Version: 1.16.4.27 Release: 1 Summary: uBlock Origin installed to the system Mozilla-based extensions directories @@ -68,6 +68,9 @@ rm -rf %{buildroot} # something gets weird because of the curly braces in the expanded variable, but using the ../* syntax changes the evaluated string so it does not have to try to use curly braces in the owned filepath. %changelog +* Tue Jan 05 2021 B. Stack - 1.16.4.27-1 +- Update + * Wed Nov 04 2020 B Stack - 1.16.4.26-1 - Update -- cgit From 07e2d09b2fe970c6af6942aba9050d2f1705805b Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 1 Feb 2021 09:58:20 -0500 Subject: ubo 1.16.4.28 --- ublock-origin-combined/debian/changelog | 6 ++++++ ublock-origin-combined/ublock-origin-combined.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ublock-origin-combined/debian/changelog b/ublock-origin-combined/debian/changelog index 1dcaf94..64b3e49 100644 --- a/ublock-origin-combined/debian/changelog +++ b/ublock-origin-combined/debian/changelog @@ -1,3 +1,9 @@ +ublock-origin-combined (1.16.4.28-1+devuan) obs; urgency=medium + + * Update + + -- B. Stack Mon, 01 Feb 2021 09:57:33 -0500 + ublock-origin-combined (1.16.4.27-1+devuan) obs; urgency=medium * Update diff --git a/ublock-origin-combined/ublock-origin-combined.spec b/ublock-origin-combined/ublock-origin-combined.spec index 3bcb067..7360f92 100644 --- a/ublock-origin-combined/ublock-origin-combined.spec +++ b/ublock-origin-combined/ublock-origin-combined.spec @@ -7,7 +7,7 @@ %global app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\} Name: ublock-origin-combined -Version: 1.16.4.27 +Version: 1.16.4.28 Release: 1 Summary: uBlock Origin installed to the system Mozilla-based extensions directories @@ -68,6 +68,9 @@ rm -rf %{buildroot} # something gets weird because of the curly braces in the expanded variable, but using the ../* syntax changes the evaluated string so it does not have to try to use curly braces in the owned filepath. %changelog +* Mon Feb 01 2021 B. Stack - 1.16.4.28-1 +- Update + * Tue Jan 05 2021 B. Stack - 1.16.4.27-1 - Update -- cgit