Browse Source

Merge pull request #6908 from thess/portaudio-work

portaudio: Update to 19060_20161030 stable release
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
1ac6e16b6c
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
      sound/portaudio/Makefile

+ 3
- 3
sound/portaudio/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=portaudio
PKG_VERSION:=19_20140130
PKG_RELEASE:=2
PKG_VERSION:=190600_20161030
PKG_RELEASE:=1
PKG_SOURCE:=pa_stable_v$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.portaudio.com/archives/
PKG_HASH:=8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57
PKG_HASH:=f5a21d7dcd6ee84397446fa1fa1a0675bb2e8a4a6dceb4305a8404698d8d1513
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt


Loading…
Cancel
Save