Browse Source

Merge pull request #7705 from neheb/patch-10

libiio: Update to 0.16
lilik-openwrt-22.03
Michael Heimpold 6 years ago
committed by GitHub
parent
commit
b83191132f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/libiio/Makefile

+ 2
- 2
libs/libiio/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiio
PKG_VERSION:=0.15
PKG_VERSION:=0.16
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/analogdevicesinc/libiio/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=a729f8ff48137ad271a3e2951f322b35c1bf2ec075b488d75c8bd071c693fd19
PKG_HASH:=5eb3ec24342eb01c49235a1d8a053462f930835a3002e687371b680a9bb150f6
PKG_LICENSE:=LGPL-2.1
PKG_LICENSE_FILES:=COPYING.txt


Loading…
Cancel
Save