Skip to content

Commit

Permalink
Merge pull request #1101 from selankon/lime-app-to-version-v0.2.26
Browse files Browse the repository at this point in the history
lime-app: update to v0.2.26
  • Loading branch information
ilario committed Apr 3, 2024
2 parents f7ff091 + bb6e7f4 commit 3b2ccf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eupgrade/files/usr/libexec/rpcd/eupgrade
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if not conn then
end

local function is_new_version_available(msg)
local cached_only = true
local cached_only = false
local ret = {}
if eupgrade.is_enabled() then
local latest_data = eupgrade.is_new_version_available(cached_only)
Expand Down
4 changes: 2 additions & 2 deletions packages/lime-app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=lime-app
PKG_VERSION:=v0.2.25
PKG_VERSION:=v0.2.26
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=7804eb39686d94c50347170cf01b2d4d810e8cae33b7c1ed2787c19f4a4c2046
PKG_HASH:=afb74137af470f1a07d75870d569776e0eef05cce30682f58fed601e4a457d62
PKG_SOURCE_URL:=https://github.com/libremesh/lime-app/releases/download/$(PKG_VERSION)

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit 3b2ccf5

Please sign in to comment.