diff options
Diffstat (limited to 'academic')
-rw-r--r-- | academic/gcompris/gcompris.SlackBuild | 4 | ||||
-rw-r--r-- | academic/gcompris/gcompris.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/academic/gcompris/gcompris.SlackBuild b/academic/gcompris/gcompris.SlackBuild index 8747ca5778..734ad9cc40 100644 --- a/academic/gcompris/gcompris.SlackBuild +++ b/academic/gcompris/gcompris.SlackBuild @@ -28,7 +28,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gcompris -VERSION=${VERSION:-14.03} +VERSION=${VERSION:-14.05} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,7 @@ cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; diff --git a/academic/gcompris/gcompris.info b/academic/gcompris/gcompris.info index 8cd277a1b3..cd4662d4f7 100644 --- a/academic/gcompris/gcompris.info +++ b/academic/gcompris/gcompris.info @@ -1,8 +1,8 @@ PRGNAM="gcompris" -VERSION="14.03" +VERSION="14.05" HOMEPAGE="http://gcompris.net/" -DOWNLOAD="http://gcompris.net/download/gcompris-14.03.tar.bz2" -MD5SUM="13d453357ca2c6ca52009d585a40170a" +DOWNLOAD="http://gcompris.net/download/gcompris-14.05.tar.bz2" +MD5SUM="5604ff13bc128a1ee951026de52c3def" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |