Skip to content

Commit

Permalink
netatalk: Update to 3.2.5
Browse files Browse the repository at this point in the history
Compile tested/run: ipq806x

No changes to package other than using latest available codebase.

Signed-off-by: Antonio Pastor <apccv@outlook.com>
  • Loading branch information
APCCV authored and neheb committed Aug 10, 2024
1 parent 5a6e52d commit be5ca7d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions net/netatalk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netatalk
PKG_VERSION:=3.2.0
PKG_VERSION:=3.2.5
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-or-later

#PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/netatalk
PKG_HASH:=0c2b4b47450bc7ac95a268d1033471f572a3e06b64131fcef9b66e73663b6d08
PKG_HASH:=57de9a7ed411029d6176e429a14ef314460251d8aebe7139aeadc35633d9584b

PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
Expand All @@ -33,7 +34,7 @@ define Package/netatalk
DEPENDS:=+libattr +libdb47 +libgcrypt +libopenssl +libevent2
TITLE:=netatalk
URL:=http://netatalk.sourceforge.net
MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
MAINTAINER:=An Pa <apccv@outlook.com>
endef

define Package/netatalk/decription
Expand Down

0 comments on commit be5ca7d

Please sign in to comment.