diff --git a/utils/bash/Makefile b/utils/bash/Makefile index bef9bccc9d..c850785beb 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bash -PKG_VERSION:=4.2 -PKG_RELEASE:=3 +PKG_VERSION:=4.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/bash -PKG_MD5SUM:=3fb927c7c33022f1c327f14a81c0d4b0 +PKG_MD5SUM:=81348932d5da294953e15d4814c74dd1 include $(INCLUDE_DIR)/package.mk