diff options
author | Roger <roger-@users.noreply.github.com> | 2014-11-05 10:46:53 -0600 |
---|---|---|
committer | Roger <roger-@users.noreply.github.com> | 2014-11-05 10:46:53 -0600 |
commit | e5d635e1ae07d367db136d32b1391c2b21d98d9a (patch) | |
tree | bd6b4f5fd3f64303c9b0dd87a40c1f052c4977e3 /multimedia/motion/Makefile | |
parent | 3d784bd3d31ae15e1017990d0ded29ea4f1b73ef (diff) |
motion: switch to master branch
This branch includes some important fixes vs. 3.4.0.
Signed-off-by: Roger D <rogerdammit@gmail.com>
Diffstat (limited to 'multimedia/motion/Makefile')
-rw-r--r-- | multimedia/motion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index 98b769e8e..412b5f90b 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=motion -PKG_VERSION:=3.4.0 +PKG_VERSION=3.4.0-20141018-$(PKG_SOURCE_VERSION) PKG_RELEASE:=1 PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com> @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/Mr-Dave/motion.git -PKG_SOURCE_VERSION:=90c2adc76473c46cb8282e3b091a1f05420cc970 +PKG_SOURCE_VERSION:=9479d910f2149b5558788bb86f97f26522794212 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz |