Browse Source

mjpg-streamer: Update version of cambozola.jar

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 10 years ago
parent
commit
ef056ee04c
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      multimedia/mjpg-streamer/Makefile

+ 3
- 3
multimedia/mjpg-streamer/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2014 OpenWrt.org
# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mjpg-streamer
PKG_REV:=182
PKG_VERSION:=r$(PKG_REV)
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).1.tar.bz2
@ -54,7 +54,7 @@ CAMBOZOLA:=cambozola-latest.tar.gz
define Download/cambozola
URL:=http://www.andywilcock.com/code/cambozola
FILE:=$(CAMBOZOLA)
MD5SUM:=6c48fd994685d4d72668850eeb613e24
MD5SUM:=c9b0da91f8e6e72efccd307e04e2b75b
endef
# Fetch latest cambozola that works with latest Java(s)


Loading…
Cancel
Save