Browse Source

Merge pull request #6825 from neheb/patch-21

confuse: Update to 3.2.2
lilik-openwrt-22.03
Dirk Brenken 6 years ago
committed by GitHub
parent
commit
40e35d14eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      libs/confuse/Makefile

+ 2
- 4
libs/confuse/Makefile View File

@ -8,17 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=confuse
PKG_VERSION:=3.2.1
PKG_VERSION:=3.2.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/martinh/libconfuse/releases/download/v$(PKG_VERSION)
PKG_HASH:=23c63272baf2ef4e2cbbafad2cf57de7eb81f006ec347c00b954819824add25e
PKG_HASH:=a9240b653d02e8cfc52db48e8c4224426e528e1faa09b65e8ca08a197fad210b
PKG_MAINTAINER:=
PKG_LICENSE:=ISC
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
define Package/confuse


Loading…
Cancel
Save