Skip to content

Commit

Permalink
Upd: myMPDos 1.5.2 / Alpine Linux 3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 11, 2024
1 parent c37b147 commit 67bf23c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 3 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.3 (2024-09-11)

This release is build up on Alpine Linux 3.20.3.

### Changelog

- Alpine Linux 3.20.3

***

## myMPDos v1.5.2 (2024-07-27)

This release is build up on Alpine Linux 3.20.2.
Expand Down
4 changes: 2 additions & 2 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.5.2"
VERSION="1.5.3"

ARCH="aarch64"
BUILDIMAGE="myMPDos-build.img"
ALPINE_MAJOR_VERSION="3.20"
ALPINE_MINOR_VERSION="2"
ALPINE_MINOR_VERSION="3"
ALPINE_VERSION="${ALPINE_MAJOR_VERSION}.${ALPINE_MINOR_VERSION}"
ALPINE_MIRROR="http://dl-cdn.alpinelinux.org/alpine"
COMPRESSIMAGE="false"
Expand Down
6 changes: 6 additions & 0 deletions updates/1.5.2/update.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
AcvNP+um1CtyQ+fDZK7VkNcBFZ0ESKLbV3IMNngY8kMnsOm7VE/4J5oWNQ04mCN3
DLZfcKwBkDUygSkXck7P0ZRWU+WmzbrkCnKbiJFblbbKkiD4GSIX46I79SXlcbAR
KEjgS+pA6s2rMZP7ELHwbI30vMrmpZXG7cVuMtBBlccwch1ycxl208yL6+323TfJ
iiOT0+8YBG0adIiqZjUu16muWFK8R7MorL/Jc9F5cKUMNfQyXUzhoR+PNDP+a/rN
5lUi1K+uqhRhnhjHkTsGYPiQ6X1nyE5JJ0yRhTmUmt/5KN0rddOSoNpFEh7nr/AN
Bw7Nrz/Qt+EcOyIbMsERCQ==
Binary file added updates/1.5.2/update.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions updates/1.5.2/update/myMPDos.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.5.3
7 changes: 7 additions & 0 deletions updates/1.5.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=3
export CHECKSUM=077ac4604f8a5fc1be6bd3fbc8b0ca8afcec1c79c0a1e528e001677392c2745b
alpine-upgrade.sh
1 change: 0 additions & 1 deletion updates/createupdate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ skel() {
#export V_POINT=1
#export CHECKSUM=376627f9f44142198a26123544c6505cf126b84199697fe436f6603de0b466a7
#alpine-upgrade.sh
EOL
echo "$TO" > "$FROM/update/myMPDos.version"
}
Expand Down

0 comments on commit 67bf23c

Please sign in to comment.