sublime-text3: update to 3211.
This commit is contained in:
parent
3488a095a9
commit
232373c631
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'sublime-text3'
|
# Template file for 'sublime-text3'
|
||||||
pkgname=sublime-text3
|
pkgname=sublime-text3
|
||||||
version=3207
|
version=3211
|
||||||
revision=1
|
revision=1
|
||||||
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
|
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Sophisticated text editor for code, markup and prose"
|
short_desc="Sophisticated text editor for code, markup and prose"
|
||||||
|
@ -10,10 +10,10 @@ homepage="http://www.sublimetext.com/3dev"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
distfiles="https://download.sublimetext.com/sublime_text_3_build_${version}_x64.tar.bz2"
|
distfiles="https://download.sublimetext.com/sublime_text_3_build_${version}_x64.tar.bz2"
|
||||||
checksum=acb64f1de024a0f004888096afa101051e48d96c7a3e7fe96e11312d524938c4
|
checksum=0b3c8ca5e6df376c3c24a4b9ac2e3b391333f73b229bc6e87d0b4a5f636d74ee
|
||||||
else
|
else
|
||||||
distfiles="https://download.sublimetext.com/sublime_text_3_build_${version}_x32.tar.bz2"
|
distfiles="https://download.sublimetext.com/sublime_text_3_build_${version}_x32.tar.bz2"
|
||||||
checksum=743dbb313fe8b5754c64972c59a6162e0519a9c375ffeedaf5f7558f15e1e212
|
checksum=480609962bbbd12128b5332c7831372b8851c13e160512730d1b0a6a835a3071
|
||||||
fi
|
fi
|
||||||
|
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
|
|
Loading…
Reference in a new issue