Skip to content

Commit 1361af8

Browse files
committed
Use MacPorts 2.10.5 for initial installation
1 parent 49c89f4 commit 1361af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpbb-selfupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ selfupdate() {
2222
# $option_prefix is set in mpbb
2323
# shellcheck disable=SC2154
2424
if [ ! -f "${option_prefix}/bin/port" ]; then
25-
macports_version=2.10.4
25+
macports_version=2.10.5
2626
macports_distname=MacPorts-${macports_version}
2727
macports_distfile=${macports_distname}.tar.bz2
2828
if [ ! -d ${macports_distname} ]; then

0 commit comments

Comments
 (0)