From 8e7d53b3ab8fe29e130c3dfc7172398b9a7ef0a8 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 26 Jul 2017 22:17:17 +0200 Subject: [PATCH] Update xclip to 0.13 --- satellites/xclip.sat | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/satellites/xclip.sat b/satellites/xclip.sat index ed4670c..8ee4e24 100644 --- a/satellites/xclip.sat +++ b/satellites/xclip.sat @@ -1,15 +1,16 @@ import 'compile/configure' name=xclip -version=0.12 -update_url="https://sourceforge.net/projects/$name/files/$name/" -update_names="/projects/$name/files/$name/$version/stats/timeline" +version=0.13 +update_url="https://github.com/astrand/$name/releases" +update_names="/archive/$version.tar.gz" -dlextract "https://sourceforge.net/projects/$name/files/$name/$version/$name-$version.tar.gz" \ - 'f7e19d3e976fecdc1ea36cd39e39900d' +dlextract "https://github.com/astrand/$name/archive/$version/$name-$version.tar.gz" \ + '81e49f56288f299e3389a019f2550ad2' header_end cd "$name-$version" +./bootstrap compile_configure # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: