Skip to content

Commit

Permalink
Merge pull request #629 from NethServer/bump-ns-packages
Browse files Browse the repository at this point in the history
chore: bump ns packages (automatic)
  • Loading branch information
gsanchietti authored Jul 5, 2024
2 parents 6086c95 + 5250236 commit 3ffc3a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ns-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-api
PKG_VERSION:=0.0.78
PKG_VERSION:=0.0.79
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-api-$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/ns-objects/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-objects
PKG_VERSION:=0.0.4
PKG_VERSION:=0.0.5
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-objects-$(PKG_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion packages/ns-openvpn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=ns-openvpn
PKG_VERSION:=0.0.3
PKG_VERSION:=0.0.4
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-openvpn-$(PKG_VERSION)
Expand Down

0 comments on commit 3ffc3a1

Please sign in to comment.