Skip to content

Commit

Permalink
Merge pull request #686 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 Aug 7, 2024
2 parents 74102e5 + d5bba21 commit 3c02791
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.85
PKG_VERSION:=0.0.86
PKG_RELEASE:=1

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

PKG_NAME:=ns-migration
PKG_VERSION:=0.0.13
PKG_VERSION:=0.0.14
PKG_RELEASE:=1

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-migration-$(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.6
PKG_VERSION:=0.0.7
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.5
PKG_VERSION:=0.0.6
PKG_RELEASE:=1

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

PKG_NAME:=ns-plug
PKG_VERSION:=0.0.13
PKG_VERSION:=0.0.14
PKG_RELEASE:=1

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

0 comments on commit 3c02791

Please sign in to comment.