v0.1.6-beta.2

Fixes Beta-2 Release #33
This commit is contained in:
Robin Davies
2022-03-12 18:06:13 -05:00
parent 7919c08b79
commit 9a415522fa
7 changed files with 13 additions and 11 deletions
+6 -4
View File
@@ -1,10 +1,10 @@
cmake_minimum_required(VERSION 3.16.0)
project(pipedal
VERSION 0.1.5
VERSION 0.1.6
DESCRIPTION "PiPedal Guitar Effect Pedal For Raspberry Pi"
HOMEPAGE_URL "https://github.com/rerdavies/pipedal"
HOMEPAGE_URL "https://rerdavies.github.io/pipedal"
)
set (DISPLAY_VERSION "v0.1.5-beta")
set (DISPLAY_VERSION "v0.1.6-beta.2")
set (CMAKE_INSTALL_PREFIX "/usr/")
@@ -69,7 +69,7 @@ install(
set(CPACK_GENERATOR "DEB")
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Robin Davies<rerdavies@gmail.com") # required
set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Robin Davies<rerdavies@gmail.com>") # required
set(CPACK_PACKAGE_VENDOR "Robin Davies")
set(CPACK_PACKAGE_DESCRIPTION "IoT guitar effect pedal for Raspberry Pi, with phone-friendly web interface.")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "IoT guitar effect for Raspberry Pi")
@@ -82,6 +82,8 @@ set(CPACK_PACKAGING_INSTALL_PREFIX /usr)
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set (CPACK_STRIP_FILES ON)
set(CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA "${CMAKE_CURRENT_SOURCE_DIR}/debian/postinst;${CMAKE_CURRENT_SOURCE_DIR}/debian/prerm")
+1 -1
View File
@@ -1,6 +1,6 @@
![Title](docs/PiPedal-logo.png)
[v0.1.5-beta](docs/download.md)
[v0.1.6-beta.2](docs/download.md)
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
+2 -2
View File
@@ -4,14 +4,14 @@
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta.2/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_0.1.4_arm64.deb
sudo apt-get install ./pipedal_0.1.6_arm64.deb
```
--------
+2 -2
View File
@@ -4,14 +4,14 @@
Download the most recent Debian (.deb) package for your platform:
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.5-beta/pipedal_0.1.5_arm64.deb) v0.1.5-beta
- [Ubuntu or Raspberry Pi OS (64-bit)](https://github.com/rerdavies/pipedal/releases/download/v0.1.6-beta/pipedal_0.1.6_arm64.deb) v0.1.6-beta.2
Install the package by running
```
sudo apt update
cd ~/Downloads
sudo apt-get install ./pipedal_0.1.5_arm64.deb
sudo apt-get install ./pipedal_0.1.6_arm64.deb
```
Follow the instructions in [_Configuring PiPedal After Installation_](https://rerdavies.github.io/pipedal/Configuring.html) to complete the installation.
+1 -1
View File
@@ -1,6 +1,6 @@
<i>v0.1.5-beta</i>
<i>v0.1.6-beta.2</i>
Use your Raspberry Pi as a guitar effects pedal. Configure and control PiPedal with your phone or tablet.
+1 -1
View File
@@ -1 +1 @@
ToobAmp.so.0.1.5
ToobAmp.so.0.1.6