sublime-merge: update to 1097.

closes #6845
This commit is contained in:
Rasmus Thomsen 2019-01-09 14:00:29 +01:00 committed by maxice8
parent c06512eac9
commit cfd167b901
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 6 additions and 4 deletions

View file

@ -1,18 +1,18 @@
# Template file for 'sublime-merge'
pkgname=sublime-merge
version=1092
version=1097
revision=1
wrksrc=sublime_merge
only_for_archs="x86_64"
repository="nonfree"
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
short_desc="New Git client, from the makers of Sublime Text"
maintainer="Adelmo Junior <noblehelm@gmail.com>"
license="Proprietary"
homepage="https://www.sublimemerge.com"
distfiles="https://download.sublimetext.com/sublime_merge_build_${version}_x64.tar.xz"
checksum=1a019fe9efb3d941991a56a4379eb73b044d8347d5cb6a6e71c2c784825c8de1
wrksrc="sublime_merge"
checksum=f4ac60d49e24ff0aaa184fc339a90fe18bdfa6115ba53029a787211bbe3414d6
nopie=yes
repository=nonfree
do_install() {
vmkdir "usr/bin"

View file

@ -0,0 +1,2 @@
site="https://www.sublimemerge.com/download"
pattern='sublime_merge_build_\K[-.\d]+(?=_x64\.tar)'