Skip to content

Commit 264b6b3

Browse files
committed
update gtk-osx 1a8dd873
1 parent f785bf0 commit 264b6b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ rm -f "$HOME/.config/jhbuildrc-custom"
1414
mkdir -p "$HOME/.config"
1515
cp misc/jhbuildrc-custom "$HOME/.config/jhbuildrc-custom"
1616
git clone https://gitlab.gnome.org/GNOME/gtk-osx.git _gtk-osx
17-
# try latest commit (2021-07-26)
18-
(cd _gtk-osx && git checkout 02cc20cf)
17+
# try latest commit (2022-02-18)
18+
(cd _gtk-osx && git checkout 1a8dd873)
1919
# fix boostrap failure: error message on pip download
2020
sed -i '' s,https://bootstrap.pypa.io/2.7/get-pip.py,https://bootstrap.pypa.io/pip/2.7/get-pip.py, _gtk-osx/gtk-osx-setup.sh
2121
yes | ./_gtk-osx/gtk-osx-setup.sh

0 commit comments

Comments
 (0)