Skip to content

Commit

Permalink
Merge pull request #524 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 May 21, 2024
2 parents 0073701 + 9411ae7 commit 1671089
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.71
PKG_VERSION:=0.0.72
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.9
PKG_VERSION:=0.0.10
PKG_RELEASE:=1

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

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

PKG_BUILD_DIR:=$(BUILD_DIR)/ns-phonehome-$(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.8
PKG_VERSION:=0.0.9
PKG_RELEASE:=1

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

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

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

0 comments on commit 1671089

Please sign in to comment.