mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Merge pull request #5042 from teh-jazzman/wscan
w_scan: update to 20161022
This commit is contained in:
commit
e04dadbc3a
2 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,7 @@
|
||||||
/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
|
/* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */
|
||||||
#ifndef W_SCAN_VERSION_H
|
#ifndef W_SCAN_VERSION_H
|
||||||
#define W_SCAN_VERSION_H
|
#define W_SCAN_VERSION_H
|
||||||
-uint version=20141122;
|
-uint version=20161022;
|
||||||
+unsigned int version=20141122;
|
+unsigned int version=20161022;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'w_scan'
|
# Template file for 'w_scan'
|
||||||
pkgname="w_scan"
|
pkgname="w_scan"
|
||||||
version="20141122"
|
version="20161022"
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
short_desc="A universal ATSC and DVB blind scanner"
|
short_desc="A universal ATSC and DVB blind scanner"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
homepage="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
||||||
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
|
distfiles="http://wirbel.htpc-forum.de/w_scan/w_scan-${version}.tar.bz2"
|
||||||
checksum="b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4"
|
checksum="2077af7f8b42b7af038e83abf0565f96f59461bbc5e14c4516b68f50b5c00d79"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue