Skip to content

Commit dea4f84

Browse files
committed
chore: bump package versions
1 parent 938a8ac commit dea4f84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyconfig:
55
rm -f configs/nocturne_defconfig
66
cp output/.config configs/nocturne_defconfig
77

8-
clean:
8+
clean: cleandeps
99
make -C buildroot O="$PWD/output" clean
1010
rm -rf output/package
1111

external/package/nocturned/nocturned.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
NOCTURNED_VERSION = e8ccef7
7+
NOCTURNED_VERSION = 9f668fb
88
NOCTURNED_SITE_METHOD = git
99
NOCTURNED_SITE = ssh://git@github.com/usenocturne/nocturned-private.git
1010

external/package/static-web-server/static-web-server.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
STATIC_WEB_SERVER_VERSION = v2.38.0
7+
STATIC_WEB_SERVER_VERSION = v2.39.0
88
STATIC_WEB_SERVER_SITE = https://github.com/static-web-server/static-web-server/releases/download/$(STATIC_WEB_SERVER_VERSION)
99
STATIC_WEB_SERVER_SOURCE = static-web-server-$(STATIC_WEB_SERVER_VERSION)-armv7-unknown-linux-musleabihf.tar.gz
1010

0 commit comments

Comments
 (0)