diff --git a/gnome/at-spi2-core/Portfile b/gnome/at-spi2-core/Portfile
index 6b0c075433e..d9b61ed0e6b 100644
a
|
b
|
PortGroup muniversal 1.0 |
6 | 6 | |
7 | 7 | name at-spi2-core |
8 | 8 | # you probably want to keep this at the same version as at-spi2-atk |
9 | | version 2.38.0 |
| 9 | version 2.44.1 |
10 | 10 | |
11 | 11 | license LGPL |
12 | 12 | set branch [join [lrange [split ${version} .] 0 1] .] |
… |
… |
master_sites gnome:sources/${name}/${branch}/ |
22 | 22 | |
23 | 23 | use_xz yes |
24 | 24 | |
25 | | checksums rmd160 0dbb814bd39676adb7484742ed0944f7bdda07a3 \ |
26 | | sha256 84e36c3fe66862133f5fe229772b76aa2526e10de5014a3778f2fa46ce550da5 \ |
27 | | size 190540 |
| 25 | checksums rmd160 86db943d67b2bbb1365b018b67f25a958c79597c \ |
| 26 | sha256 4beb23270ba6cf7caf20b597354d75194d89afb69d2efcf15f4271688ba6f746 \ |
| 27 | size 209780 |
28 | 28 | |
29 | 29 | depends_build-append \ |
30 | 30 | port:pkgconfig \ |