Skip to content

Commit

Permalink
Try to fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonym-tsk committed Oct 1, 2024
1 parent 8b06316 commit 71390ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ _control:
echo "URL: https://github.com/Anonym-tsk/tpws-keenetic" >> out/$(BUILD_DIR)/control/control
echo "Architecture: $(ARCH)" >> out/$(BUILD_DIR)/control/control
echo "Description: TPWS service" >> out/$(BUILD_DIR)/control/control
echo "" >> out/$(BUILD_DIR)/control/control

_scripts:
cp common/ipk/common out/$(BUILD_DIR)/control/common
Expand Down Expand Up @@ -226,6 +227,7 @@ _repository:
echo "Size: $(shell wc -c out/$(FILENAME) | awk '{print $$1}')" >> out/_pages/$(BUILD_DIR)/Packages
echo "SHA256sum: $(shell sha256sum out/$(FILENAME) | awk '{print $$1}')" >> out/_pages/$(BUILD_DIR)/Packages
echo "Description: TPWS service" >> out/_pages/$(BUILD_DIR)/Packages
echo "" >> out/_pages/$(BUILD_DIR)/Packages

gzip -k out/_pages/$(BUILD_DIR)/Packages

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.1

0 comments on commit 71390ab

Please sign in to comment.