Skip to content

Commit

Permalink
Upd: myGPIOd 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Dec 24, 2023
1 parent db4134e commit beebb94
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mympdos/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fi
#install freshly build libmpdclient
echo "/usr/build/packages/package/" >> /etc/apk/repositories
apk update
apk add mympdos-libmpdclient
apk add mympdos-libmpdclient mympdos-libmpdclient-dev

MPC_PACKAGE=$(get_pkgname /media/vda1/mympdos/mympdos-mpc)
B_MPC_VER=$(get_pkgver /media/vda1/mympdos/mympdos-mpc)
Expand Down Expand Up @@ -199,7 +199,7 @@ then
fi

apk update
apk add mympdos-libgpiod2 mympdos-libgpiod2-dev
apk add mympdos-libgpiod2 mympdos-libgpiod2-dev curl-dev mympdos-libmpdclient mympdos-libmpdclient-dev

if [ "$B_MYGPIOD" = "1" ]
then
Expand Down
Binary file modified repository/aarch64/APKINDEX.tar.gz
Binary file not shown.
Binary file removed repository/aarch64/mygpiod-0.4.0-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mygpiod-0.5.0-r0.apk
Binary file not shown.
Binary file removed repository/aarch64/mygpiod-dbg-0.4.0-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mygpiod-dbg-0.5.0-r0.apk
Binary file not shown.
Binary file removed repository/aarch64/mygpiod-dev-0.4.0-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mygpiod-dev-0.5.0-r0.apk
Binary file not shown.
Binary file removed repository/aarch64/mygpiod-doc-0.4.0-r0.apk
Binary file not shown.
Binary file added repository/aarch64/mygpiod-doc-0.5.0-r0.apk
Binary file not shown.

0 comments on commit beebb94

Please sign in to comment.