mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-02 20:00:50 +02:00
Merge branch '274-update-default-version-in-recipes' into 'master'
Draft: Resolve "update default version in recipes" Closes #274 See merge request Pmodules/src!252
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
# https://www.gnu.org/software/bash/
|
||||
#
|
||||
P=bash
|
||||
V=${BASH5_VERSION:-5.2.15}
|
||||
V=${BASH5_VERSION:-5.2.21}
|
||||
FNAME="$P-$V.tar.gz"
|
||||
DOWNLOAD_URL="https://ftp.gnu.org/gnu/$P/${FNAME}"
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
# https://www.tcl.tk
|
||||
#
|
||||
P=tcl
|
||||
V=${TCL_VERSION:-8.6.13}
|
||||
V=${TCL_VERSION:-8.6.14}
|
||||
FNAME="$P$V-src.tar.gz"
|
||||
DOWNLOAD_URL="https://prdownloads.sourceforge.net/tcl/${FNAME}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user