diff options
Diffstat (limited to 'system/cdwrite')
-rw-r--r-- | system/cdwrite/cdwrite.SlackBuild | 10 | ||||
-rw-r--r-- | system/cdwrite/cdwrite.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/system/cdwrite/cdwrite.SlackBuild b/system/cdwrite/cdwrite.SlackBuild index 9935216626..812c9c9702 100644 --- a/system/cdwrite/cdwrite.SlackBuild +++ b/system/cdwrite/cdwrite.SlackBuild @@ -4,7 +4,7 @@ # Written by Cezary M. Kruk (c.kruk@bigfoot.com) PRGNAM=cdwrite -VERSION=${VERSION:-3.5} +VERSION=${VERSION:-3.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -25,10 +25,10 @@ tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz 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 \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -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 {} \; ./configure \ --prefix=$PKG/usr diff --git a/system/cdwrite/cdwrite.info b/system/cdwrite/cdwrite.info index d4677137a3..237fccb750 100644 --- a/system/cdwrite/cdwrite.info +++ b/system/cdwrite/cdwrite.info @@ -1,8 +1,8 @@ PRGNAM="cdwrite" -VERSION="3.5" +VERSION="3.5.1" HOMEPAGE="http://linux-bsd-unix.strefa.pl" -DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.5.tar.gz" -MD5SUM="5185bc0e4f293453f60c6d476ef11a99" +DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.5.1.tar.gz" +MD5SUM="8e54057b1ef2a4c93fb7db99d16c44d6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |