thefuck: update to 3.7.

This commit is contained in:
Michael Gehring 2016-03-23 05:42:00 +01:00
parent ddd0bacab6
commit e3f370dbbf

View file

@ -1,6 +1,6 @@
# Template file for 'thefuck' # Template file for 'thefuck'
pkgname=thefuck pkgname=thefuck
version=3.6 version=3.7
revision=1 revision=1
build_style=python-module build_style=python-module
pycompile_module="thefuck" pycompile_module="thefuck"
@ -12,7 +12,7 @@ maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
license="MIT" license="MIT"
homepage="https://github.com/nvbn/thefuck" homepage="https://github.com/nvbn/thefuck"
distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz" distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
checksum=a83e2e3ff65b36a7e0d3330e853610c0da9cd2ffd5a001d9e51ad6146c558674 checksum=6e7efdc51baa5bfeecf38fc1e6ecdaf07b90168a6ced79cbf50fe6ff0e0adb1e
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md
} }