From a9620a3ed39394657ea690b91d629eb44aa4178a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 9 Apr 2016 14:38:27 +0200 Subject: [PATCH] thefuck: update to 3.8. --- srcpkgs/thefuck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template index 2a124b97b67..36b13cd5d7d 100644 --- a/srcpkgs/thefuck/template +++ b/srcpkgs/thefuck/template @@ -1,6 +1,6 @@ # Template file for 'thefuck' pkgname=thefuck -version=3.7 +version=3.8 revision=1 build_style=python-module pycompile_module="thefuck" @@ -12,7 +12,7 @@ maintainer='Benjamin "Doctors" Hoffmeyer ' license="MIT" homepage="https://github.com/nvbn/thefuck" distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz" -checksum=6e7efdc51baa5bfeecf38fc1e6ecdaf07b90168a6ced79cbf50fe6ff0e0adb1e +checksum=210605275f582eb6e3aa604f4e4909c0c350053fffd963ecedacfc5733cf9bd3 post_install() { vlicense LICENSE.md }