thefuck: update to 3.8.

This commit is contained in:
Michael Gehring 2016-04-09 14:38:27 +02:00
parent 2124742356
commit a9620a3ed3

View file

@ -1,6 +1,6 @@
# Template file for 'thefuck' # Template file for 'thefuck'
pkgname=thefuck pkgname=thefuck
version=3.7 version=3.8
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=6e7efdc51baa5bfeecf38fc1e6ecdaf07b90168a6ced79cbf50fe6ff0e0adb1e checksum=210605275f582eb6e3aa604f4e4909c0c350053fffd963ecedacfc5733cf9bd3
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md
} }