Browse Source

Merge pull request #6434 from neheb/patch-7

libtalloc: Update to 2.1.13
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
2dfdccfc01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      libs/libtalloc/Makefile

+ 3
- 3
libs/libtalloc/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=talloc
PKG_VERSION:=2.1.11
PKG_VERSION:=2.1.13
MAJOR_VERSION:=2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc/
PKG_HASH:=639eb35556a0af999123c4d883e79be05ff9f00ab4f9e4ac2e5775f9c5eeeed3
PKG_SOURCE_URL:=https://www.samba.org/ftp/talloc
PKG_HASH:=84f399dbf0ad97006a2b4953ea99452d033faac15aabfddd4ba61734764c6047
PKG_MAINTAINER:=Lucile Quirion <lucile.quirion@savoirfairelinux.com>
PKG_LICENSE:=LGPL-3.0+


Loading…
Cancel
Save