Skip to content

Commit

Permalink
Commit from GitHub Actions (compare release)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 11, 2024
1 parent 414f102 commit c1b9f73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions patches/netbird-200-update_to_0.29.1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Index: openwrt-builder/custom-feed/netbird/Makefile
===================================================================
--- openwrt-builder.orig/custom-feed/netbird/Makefile
+++ openwrt-builder/custom-feed/netbird/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netbird
-PKG_VERSION:=0.29.0
+PKG_VERSION:=0.29.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/netbirdio/netbird/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=b1a76b2fcee9e8d1c38f59818c8226a7a0d991d7dca08a3a217bc9ce05ea8fef
+PKG_HASH:=9072d16845de49ce395b150564b82f97a33defe007276b6b46d733306b6760ee

PKG_MAINTAINER:=Oskari Rauta <oskari.rauta@gmail.com>
PKG_LICENSE:=BSD-3-Clause
1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
netbird-010-change_relative_dir_to_macro.patch
netbird-200-update_to_0.29.0.patch
netbird-200-update_to_0.29.1.patch

0 comments on commit c1b9f73

Please sign in to comment.