thefuck: update to 3.3

This commit is contained in:
Benjamin Hoffmeyer 2016-01-20 12:34:25 -05:00 committed by The_Doctors_Life
parent d4bee99f0d
commit 84a8778b40

View file

@ -1,6 +1,6 @@
# Template file for 'thefuck' # Template file for 'thefuck'
pkgname=thefuck pkgname=thefuck
version=3.2 version=3.3
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=31b4812ec14c266e9e53cd46693a587ce46b950ba0a8fa0dd846803e49a98609 checksum=c35a03f1e63b106c7de7daa1730b7cb3a0a346aeaf43953aed5e331311adb3ce
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md
} }