aboutsummaryrefslogtreecommitdiff
path: root/utils/bash/Makefile
diff options
context:
space:
mode:
authorkrant <aleksey.vasilenko@gmail.com>2024-02-11 18:44:07 +0200
committerRosen Penev <rosenp@gmail.com>2024-02-11 14:21:02 -0800
commit505c091ebed9231dcee39f9f0c5231f244ba736f (patch)
tree675eb5b3e1ccfbebc0ba16651f84532bc19e4c7c /utils/bash/Makefile
parent71daa758d94a5c4da1b0442f4bca361864086d37 (diff)
bash: update to 5.2.21
- Switch package URL to HTTPS Signed-off-by: krant <aleksey.vasilenko@gmail.com>
Diffstat (limited to 'utils/bash/Makefile')
-rw-r--r--utils/bash/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/bash/Makefile b/utils/bash/Makefile
index 2908e6b7c..71ca4800d 100644
--- a/utils/bash/Makefile
+++ b/utils/bash/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bash
-PKG_VERSION:=5.2.15
+PKG_VERSION:=5.2.21
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/bash
-PKG_HASH:=13720965b5f4fc3a0d4b61dd37e7565c741da9a5be24edc2ae00182fc1b3588c
+PKG_HASH:=c8e31bdc59b69aaffc5b36509905ba3e5cbb12747091d27b4b977f078560d5b8
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
PKG_LICENSE:=GPL-3.0-or-later
@@ -31,7 +31,7 @@ define Package/bash
SUBMENU:=Shells
TITLE:=The GNU Bourne Again SHell
DEPENDS:=+libncurses +libreadline
- URL:=http://www.gnu.org/software/bash/
+ URL:=https://www.gnu.org/software/bash/
endef
define Package/bash/description