1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-22 21:03:13 +00:00

Fix: bump version to 4.2.0

This commit is contained in:
jcorporation 2018-09-17 18:04:55 +01:00
parent 45f1dc1e20
commit 7eacab631a
6 changed files with 11 additions and 11 deletions

View File

@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.6)
project (mympd C)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/")
set(CPACK_PACKAGE_VERSION_MAJOR "4")
set(CPACK_PACKAGE_VERSION_MINOR "1")
set(CPACK_PACKAGE_VERSION_PATCH "2")
set(CPACK_PACKAGE_VERSION_MINOR "2")
set(CPACK_PACKAGE_VERSION_PATCH "0")
if(CMAKE_BUILD_TYPE MATCHES RELEASE)
set(ASSETS_PATH "/usr/share/${PROJECT_NAME}/htdocs")

View File

@ -5,7 +5,7 @@
pkgname=mympd
_pkgname=myMPD
pkgver=4.1.2
pkgver=4.2.0
pkgrel=1
pkgdesc="A standalone MPD Web GUI based on YMPD - Default port set to 80"
arch=('x86_64' 'armv7h' 'aarch64')

View File

@ -4,13 +4,13 @@
# (c) 2018 Juergen Mang <mail@jcgames.de
Name: myMPD
Version: 4.1.2
Version: 4.2.0
Release: 0
License: GPL-2.0
Group: Productivity/Multimedia/Sound/Players
Summary: Standalone webclient for mpd
Url: https://github.com/jcorporation/myMPD
Source: https://github.com/jcorporation/myMPD/archive/v4.1.2.zip
Source: https://github.com/jcorporation/myMPD/archive/v4.2.0.zip
BuildRequires: gcc
BuildRequires: cmake
BuildRequires: unzip
@ -65,5 +65,5 @@ chown -R mympd /var/lib/mympd
/var/lib/mympd
%changelog
* Wed Sep 05 2018 Juergen Mang <mail@jcgames.de> - master
* Wed Sep 17 2018 Juergen Mang <mail@jcgames.de> - master
- Version from master

6
debian/changelog vendored
View File

@ -1,5 +1,5 @@
mympd (4.1.2-1) unstable; urgency=medium
mympd (4.2.0-1) stable; urgency=medium
* Initial release
* Release from master
-- Juergen Mang <mail@jcgames.de> Thu, 06 Sep 2018 22:57:18 +0200
-- Juergen Mang <mail@jcgames.de> Mon, 17 Sep 2018 17:59:00 +0200

View File

@ -1,4 +1,4 @@
var CACHE = 'myMPD-cache-v4.1.2';
var CACHE = 'myMPD-cache-v4.2.0';
var urlsToCache = [
'/',
'/player.html',

View File

@ -1,4 +1,4 @@
#!/bin/bash
./mkclean.sh
tar -czvf ../mympd_4.1.2.orig.tar.gz *
tar -czvf ../mympd_4.2.0.orig.tar.gz *
dpkg-buildpackage -rfakeroot