Merge pull request #6002 from teh-jazzman/wscan
w_scan: update to 20170107
This commit is contained in:
commit
3e0a96efd6
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
|
||||
#ifndef W_SCAN_VERSION_H
|
||||
#define W_SCAN_VERSION_H
|
||||
-uint version=20161022;
|
||||
+unsigned int version=20161022;
|
||||
-uint version=20170107;
|
||||
+unsigned int version=20170107;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'w_scan'
|
||||
pkgname="w_scan"
|
||||
version="20161022"
|
||||
version="20170107"
|
||||
revision=1
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="A universal ATSC and DVB blind scanner"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
||||
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
|
||||
checksum="2077af7f8b42b7af038e83abf0565f96f59461bbc5e14c4516b68f50b5c00d79"
|
||||
checksum="38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe"
|
||||
build_style="gnu-configure"
|
||||
|
||||
pre_configure() {
|
||||
|
|
Loading…
Reference in a new issue