-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upd: myMPDos 1.5.2 / Alpine Linux 3.20.3
- Loading branch information
1 parent
c37b147
commit 67bf23c
Showing
7 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters