diff options
Diffstat (limited to 'system/partclone')
-rw-r--r-- | system/partclone/partclone.SlackBuild | 4 | ||||
-rw-r--r-- | system/partclone/partclone.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/partclone/partclone.SlackBuild b/system/partclone/partclone.SlackBuild index 3404fdd985..87114f6e44 100644 --- a/system/partclone/partclone.SlackBuild +++ b/system/partclone/partclone.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=partclone -VERSION=${VERSION:-0.3.32} +VERSION=${VERSION:-0.3.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -104,7 +104,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-minix \ --enable-ncursesw \ --enable-xfs \ - --enable-reiser4 + #--enable-reiser4 \ #--enable-ufs \ #--enable-jfs \ diff --git a/system/partclone/partclone.info b/system/partclone/partclone.info index eaf2b4fad1..0676323e50 100644 --- a/system/partclone/partclone.info +++ b/system/partclone/partclone.info @@ -1,8 +1,8 @@ PRGNAM="partclone" -VERSION="0.3.32" +VERSION="0.3.37" HOMEPAGE="https://github.com/Thomas-Tsai/partclone/tags" -DOWNLOAD="https://github.com/Thomas-Tsai/partclone/archive/0.3.32/partclone-0.3.32.tar.gz" -MD5SUM="272fec078fc47512f64ee989a3675445" +DOWNLOAD="https://github.com/Thomas-Tsai/partclone/archive/0.3.37/partclone-0.3.37.tar.gz" +MD5SUM="b6e05b483b6752703db7e7f594257299" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="reiser4progs" |