Skip to content

Commit

Permalink
Upd: myMPDos 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Jun 13, 2024
1 parent 8675a7f commit 5c47d35
Show file tree
Hide file tree
Showing 32 changed files with 34 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ https://github.com/jcorporation/myMPDos/

***

## myMPDos v1.5.0 (2024-06-12)

This release is build up on Alpine Linux 3.20.0.

### Changelog

- Alpine Linux 3.20.0

***

## myMPDos v1.4.2 (2024-04-20)

This release fixes the bootstrap script.
Expand Down
6 changes: 3 additions & 3 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# myMPDos (c) 2020-2024 Juergen Mang <[email protected]>
# https://github.com/jcorporation/myMPDos

VERSION="1.4.2"
VERSION="1.5.0"

ARCH="aarch64"
BUILDIMAGE="myMPDos-build.img"
ALPINE_MAJOR_VERSION="3.19"
ALPINE_MINOR_VERSION="1"
ALPINE_MAJOR_VERSION="3.20"
ALPINE_MINOR_VERSION="0"
ALPINE_VERSION="${ALPINE_MAJOR_VERSION}.${ALPINE_MINOR_VERSION}"
ALPINE_MIRROR="http://dl-cdn.alpinelinux.org/alpine"
COMPRESSIMAGE="false"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-base/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <[email protected]>
pkgname=mympdos-base
pkgver=0.9.6
pkgrel=0
pkgrel=1
pkgdesc="myMPDos base package"
url="https://github.com/jcorporation/myMPDos"
arch="noarch"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-libgpiod2/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <[email protected]>
pkgname=mympdos-libgpiod2
pkgver=2.1
pkgrel=0
pkgrel=1
pkgdesc="C library and tools for interacting with the linux GPIO character device"
url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/"
arch="all"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-libmpdclient/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <[email protected]>
pkgname=mympdos-libmpdclient
pkgver=2.23
pkgrel=1
pkgrel=2
pkgdesc="An asynchronous API library for interfacing MPD in the C, C++ & Objective C languages"
url="https://github.com/jcorporation/libmympdclient"
arch="all"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-mpc/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based on: https://git.alpinelinux.org/aports/tree/community/mpc/APKBUILD?h=3.18-stable
pkgname=mympdos-mpc
pkgver=0.36
pkgrel=0
pkgrel=1
pkgdesc="Minimalist command line interface to MPD"
url="https://www.musicpd.org/clients/mpc/"
arch="all"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-mpd-master/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based on: https://pkgs.alpinelinux.org/package/edge/community/x86_64/mpd
pkgname=mympdos-mpd-master
pkgver=0.24.0
pkgrel=18
pkgrel=19
pkgdesc="Music daemon that plays MP3, FLAC and Ogg Vorbis files"
url="https://musicpd.org"
pkgusers="mpd"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-mpd-stable/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Based on: https://pkgs.alpinelinux.org/package/edge/community/x86_64/mpd
pkgname=mympdos-mpd-stable
pkgver=0.23.15
pkgrel=0
pkgrel=1
pkgdesc="Music daemon that plays MP3, FLAC and Ogg Vorbis files"
url="https://musicpd.org"
pkgusers="mpd"
Expand Down
2 changes: 1 addition & 1 deletion mympdos/build/mympdos-musicdb-scripts/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Juergen Mang <[email protected]>
pkgname=mympdos-musicdb-scripts
pkgver=0.1.0
pkgrel=5
pkgrel=6
pkgdesc="myMPDos musicdb-scripts"
url="https://github.com/jcorporation/musicdb-scripts"
arch="noarch"
Expand Down
Binary file modified repository/aarch64/APKINDEX.tar.gz
Binary file not shown.
Binary file added repository/aarch64/mympd-15.0.2-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mympd-dbg-15.0.2-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mympd-doc-15.0.2-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mympdos-base-0.9.6-r1.apk
Binary file not shown.
Binary file added repository/aarch64/mympdos-libgpiod2-2.1-r1.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added repository/aarch64/mympdos-mpc-0.36-r1.apk
Binary file not shown.
Binary file not shown.
Binary file added repository/aarch64/mympdos-mpc-doc-0.36-r1.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 6 additions & 0 deletions updates/1.4.2/update.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
aj8ydXU6iL9Xqj2DkEkuPfp4iDOk+pd98TjZA8pKcs3l+b11X40VR4WWg3HDNu4Z
3R06pvHnulUenAR0TWGU1yaaZ6Qc01EKN60I/AazIivVxkxbbVjvrcgBK+Mitwc4
diaLv7aLuq8LhVtC/OeWKgK7YTAX76S+hbPGCm/wSVnN+6bhh3IDahJy4SRS9ftz
aP5J5WT8SXzxw/wAXJ+1mumlsjtUsH16skIecQsFYPIejX5bRpy3AskRHkFuZtLa
XMSkduR1FLNE3r3hZTj51iwypBz/96gsz7kWWAUIkqRwjuKOc15Z4FSYRxgdHkez
qDeOq4MVFoZTPPvC3Stjlw==
Binary file added updates/1.4.2/update.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions updates/1.4.2/update/myMPDos.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.5.0
7 changes: 7 additions & 0 deletions updates/1.4.2/update/update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

export V_MAJOR=3
export V_MINOR=20
export V_POINT=0
export CHECKSUM=b18c3f819e1c3dee06de3d3d0241fe96af204cc386866ae3c31eb146ae2b8628
alpine-upgrade.sh

0 comments on commit 5c47d35

Please sign in to comment.