Skip to content

Commit 38cb140

Browse files
committed
Updating GIMP build instructions
1 parent 2627091 commit 38cb140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/linux_install_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
3434
```sh
3535
git clone https://gitlab.gnome.org/GNOME/babl
3636
cd babl
37-
git checkout tags/BABL_0_1_110
37+
git checkout tags/BABL_0_1_112
3838
meson _build
3939
ninja -C _build
4040
sudo ninja -C _build install
@@ -44,7 +44,7 @@ More details can be found [here](https://github.com/snapcrafters/gimp/tree/previ
4444
```sh
4545
git clone https://gitlab.gnome.org/GNOME/gegl
4646
cd gegl
47-
git checkout tags/GEGL_0_4_52
47+
git checkout tags/GEGL_0_4_58
4848
meson _build
4949
ninja -C _build
5050
sudo ninja -C _build install

0 commit comments

Comments
 (0)