diff options
Diffstat (limited to 'utils/tcsh/Makefile')
-rw-r--r-- | utils/tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 606a96a4e..4f2282475 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2016 OpenWrt.org +# Copyright (C) 2011-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh PKG_VERSION:=6.20.00 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |