Browse Source

Update xclip to 0.13

master
mid-kid 7 years ago
parent
commit
8e7d53b3ab
  1. 11
      satellites/xclip.sat

11
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:

Loading…
Cancel
Save