Skip to content

Commit

Permalink
bonding: fix apk version
Browse files Browse the repository at this point in the history
Fix apk version schema by changing the 'PKG_VERSION'.

Signed-off-by: Florian Eckert <[email protected]>
  • Loading branch information
feckert committed Aug 16, 2024
1 parent d459d8e commit 946fb80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/bonding/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=proto-bonding
PKG_VERSION:=2021-04-09
PKG_RELEASE:=3
PKG_VERSION:=2021.04.09
PKG_RELEASE:=1

PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=
Expand Down

0 comments on commit 946fb80

Please sign in to comment.