From ee10979c7b33de43f45c569ad707a986b16ec92c Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Fri, 24 Mar 2023 16:42:07 +0100 Subject: [PATCH] cleanup readme --- README.md | 34 ---------------------------------- meson_options.txt | 2 +- 2 files changed, 1 insertion(+), 35 deletions(-) diff --git a/README.md b/README.md index 4035aee..04f020d 100644 --- a/README.md +++ b/README.md @@ -16,40 +16,10 @@ in order to prevent unsatisfied users. *Note: This is an early release, if you happen to find false-positive warnings when using this tool, please report back, so it can be fixed.* -#### Build status - -[![build status](https://gitlab.com/OpenMusicKontrollers/lv2lint/badges/master/build.svg)](https://gitlab.com/OpenMusicKontrollers/lv2lint/commits/master) - -### Binaries - -#### Stable release - -* [lv2lint-0.16.2.zip](https://dl.open-music-kontrollers.ch/lv2lint/stable/lv2lint-0.16.2.zip) ([sig](https://dl.open-music-kontrollers.ch/lv2lint/stable/lv2lint-0.16.2.zip.sig)) - -#### Unstable (nightly) release - -* [lv2lint-latest-unstable.zip](https://dl.open-music-kontrollers.ch/lv2lint/unstable/lv2lint-latest-unstable.zip) ([sig](https://dl.open-music-kontrollers.ch/lv2lint/unstable/lv2lint-latest-unstable.zip.sig)) - -### Sources - -#### Stable release - -* [lv2lint-0.16.2.tar.xz](https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/lv2lint-0.16.2.tar.xz)([sig](https://git.open-music-kontrollers.ch/lv2/lv2lint/snapshot/lv2lint-0.16.2.tar.xz.asc)) - -#### Git repository - -* - ### Packages * [ArchLinux](https://www.archlinux.org/packages/community/x86_64/lv2lint/) -### Bugs and feature requests - -* [Gitlab](https://gitlab.com/OpenMusicKontrollers/lv2lint) -* [Github](https://github.com/OpenMusicKontrollers/lv2lint) - - ### Dependencies #### Mandatory @@ -138,7 +108,3 @@ E.g. to skip tests about extension data only on the ui: lv2lint -I ${MY_BUNDLE_DIR} -u urn:example:myplug#ui -t '*extension*data*' urn:example:myplug#mono -### License - -SPDX-FileCopyrightText: Hanspeter Portner -SPDX-License-Identifier: Artistic-2.0 diff --git a/meson_options.txt b/meson_options.txt index a2c39cd..b28bad5 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,4 +4,4 @@ option('online-tests', type : 'feature', value : 'disabled') option('elf-tests', type : 'feature', value : 'disabled') option('x11-tests', type : 'feature', value : 'disabled') -option('version', type : 'string', value : '0.17.61') +option('version', type : 'string', value : '0.17.63') -- 2.38.5