diff --git a/srcpkgs/tint/template b/srcpkgs/tint/template index 8a294d9657c..89d19c96f7b 100644 --- a/srcpkgs/tint/template +++ b/srcpkgs/tint/template @@ -1,12 +1,16 @@ # Template file for 'tint' pkgname=tint -version=0.1.3 +version=0.1.6 revision=1 build_style=go go_import_path="github.com/ashish0kumar/tint" short_desc="Recolor images using your favorite theme palettes" maintainer="elbachir-one " -license="GPL-3.0-or-later" +license="MIT" homepage="https://github.com/ashish0kumar/tint" distfiles="https://github.com/ashish0kumar/tint/archive/refs/tags/v${version}.tar.gz" -checksum=9b912b1d3eb0d171a30521b7451a13da6f55ac6678d2116f7bcc961db7492267 +checksum=0a2cd3bdb842eba008096a410e3f9da7b6e286507a3e179acf143623a77fc4da + +post_install() { + vlicense LICENSE +}