Skip to content

Commit

Permalink
cjdns: switch version to be APK compatible (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
aparcar authored Apr 7, 2024
1 parent 334058d commit c80474d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cjdns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=cjdns
PKG_VERSION:=v21.1
PKG_VERSION:=21.1
PKG_RELEASE:=5

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
PKG_SOURCE_URL:=https://codeload.github.com/cjdelisle/cjdns/tar.gz/$(PKG_NAME)-v$(PKG_VERSION)?
PKG_HASH:=a6158ce7847159aa44e86f74ccc7b6ded6910a230ed8f3830db53cda5838f0b0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-v$(PKG_VERSION)

PKG_MAINTAINER:=William Fleurant <meshnet@protonmail.com>
PKG_LICENSE:=GPL-3.0-or-later
Expand Down

0 comments on commit c80474d

Please sign in to comment.