From ed9abcd992afd902755ea19e98b5b32e652b388c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 10 Jan 2017 18:58:16 +0000 Subject: [PATCH] thefuck: update to 3.12. --- srcpkgs/thefuck/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 401a23c726..14f9662979 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,6 +1,6 @@ # Template file for 'thefuck' pkgname=thefuck -version=3.11 +version=3.12 revision=1 build_style=python2-module pycompile_module="thefuck" @@ -12,7 +12,8 @@ maintainer='Benjamin "Doctors" Hoffmeyer ' license="MIT" homepage="https://github.com/nvbn/thefuck" distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz" -checksum=77ee25d0da7c3b5e373c2811c3a4d625de4c635094e960b9f9c60dc490650213 +checksum=d3989e0334f2b15f12ebfcad8f7d884f3ad139b78e1edc258c9f709be9ac8e20 + post_install() { vlicense LICENSE.md }