diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-10 01:57:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:39 +0700 |
commit | 59ddd1a2287f3432c9bf1e3f690c8d17c9fcef5d (patch) | |
tree | d216c3b4c67d375f718150847d68e77d4fc32164 /system/system76-power | |
parent | c16f240f9c52239b0ac0adcc372fe97ae7f49baf (diff) |
system/system76-power: Fix one of the 63 download URLs.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/system76-power')
-rw-r--r-- | system/system76-power/system76-power.SlackBuild | 5 | ||||
-rw-r--r-- | system/system76-power/system76-power.info | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/system/system76-power/system76-power.SlackBuild b/system/system76-power/system76-power.SlackBuild index ad7cc45a17ff0..bd730b6213d8e 100644 --- a/system/system76-power/system76-power.SlackBuild +++ b/system/system76-power/system76-power.SlackBuild @@ -22,6 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220210 bkw: Warning from SlackBuilds.org: the download URLs are +# incorrect. They work OK when using a client that doesn't respect the +# Content-disposition header (e.g. wget in its default config), but +# they'll break with clients that do respect it. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=system76-power diff --git a/system/system76-power/system76-power.info b/system/system76-power/system76-power.info index 9751e25105e46..86d702e017371 100644 --- a/system/system76-power/system76-power.info +++ b/system/system76-power/system76-power.info @@ -2,7 +2,7 @@ PRGNAM="system76-power" VERSION="1.1.20" HOMEPAGE="https://github.com/pop-os/system76-power" DOWNLOAD="https://github.com/pop-os/system76-power/archive/1.1.20/system76-power-1.1.20.tar.gz \ - https://github.com/pop-os/sysfs-class/tarball/ab63e7f638aadfaf896a02e53cf330343d331337/sysfs-class-0.1.3.crate \ + https://github.com/pop-os/sysfs-class/tarball/ab63e7f638aadfaf896a02e53cf330343d331337/pop-os-sysfs-class-0.1.3.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/ansi_term/ansi_term-0.11.0.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/atty/atty-0.2.14.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/autocfg/autocfg-1.0.1.crate \ |