mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
misc/mosquitto: Updated for version 1.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
e0777db106
commit
181cfd4d83
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mosquitto
|
||||
VERSION=${VERSION:-1.0.5}
|
||||
VERSION=${VERSION:-1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosquitto"
|
||||
VERSION="1.0.5"
|
||||
VERSION="1.1"
|
||||
HOMEPAGE="http://mosquitto.org/"
|
||||
DOWNLOAD="http://mosquitto.org/files/source/mosquitto-1.0.5.tar.gz"
|
||||
MD5SUM="214f8f6085d32431a1c80e9ace372fbb"
|
||||
DOWNLOAD="http://mosquitto.org/files/source/mosquitto-1.1.tar.gz"
|
||||
MD5SUM="ab51f64eb3f0041402073aa7865f3ec4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue