diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/motion/motion.SlackBuild | 2 | ||||
-rw-r--r-- | system/motion/motion.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/motion/motion.SlackBuild b/system/motion/motion.SlackBuild index 5ca0ceac2818..9435a041dcde 100644 --- a/system/motion/motion.SlackBuild +++ b/system/motion/motion.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=motion -VERSION=${VERSION:-4.3.1} +VERSION=${VERSION:-4.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/motion/motion.info b/system/motion/motion.info index b077342cc9cf..63e3b31e8043 100644 --- a/system/motion/motion.info +++ b/system/motion/motion.info @@ -1,8 +1,8 @@ PRGNAM="motion" -VERSION="4.3.1" +VERSION="4.5.0" HOMEPAGE="https://motion-project.github.io" -DOWNLOAD="https://github.com/Motion-Project/motion/archive/release-4.3.1/motion-release-4.3.1.tar.gz" -MD5SUM="2d49f8af48f9deff4ea9204b05cc327c" +DOWNLOAD="https://github.com/Motion-Project/motion/archive/release-4.5.0/motion-release-4.5.0.tar.gz" +MD5SUM="b20fc1b9da6a300c061254a3974ac7bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmicrohttpd" |