mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
+5
-2
@@ -7,13 +7,16 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
BASE_VERSION:=4.3
|
||||
|
||||
PKG_NAME:=bash
|
||||
PKG_VERSION:=4.3
|
||||
PKG_VERSION:=$(BASE_VERSION).24
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(BASE_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/bash
|
||||
PKG_MD5SUM:=81348932d5da294953e15d4814c74dd1
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BASE_VERSION)
|
||||
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
Reference in New Issue
Block a user