mirror of
https://aur.archlinux.org/overlook-fing.git
synced 2020-11-18 19:37:31 -08:00
Version 3.0
This commit is contained in:
parent
04b535e7aa
commit
299fa8dc73
16
.SRCINFO
16
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = overlook-fing
|
||||
pkgdesc = The ultimate tool for network discovery and scanning
|
||||
pkgver = 2.2
|
||||
pkgrel = 3
|
||||
pkgver = 3.0
|
||||
pkgrel = 1
|
||||
url = http://www.overlooksoft.com/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -10,6 +10,18 @@ pkgbase = overlook-fing
|
||||
depends = openssl
|
||||
depends = zlib
|
||||
options = !strip
|
||||
source_i686 = overlook-fing-i686-3.0.tgz::https://www.fingbox.com/download?plat=lx32&ext=tgz
|
||||
source_i686 = fingbox-sentinel.service
|
||||
source_i686 = fingbox-sentinel.script
|
||||
md5sums_i686 = 152c9d622736b2d493ec5dfbe77b8dd7
|
||||
md5sums_i686 = 013488a7afe3048524df6b7527faae69
|
||||
md5sums_i686 = 95dbef149b9d3a9ea3bac0bd0c77b343
|
||||
source_x86_64 = overlook-fing-i686-3.0.tgz::https://www.fingbox.com/download?plat=lx64&ext=tgz
|
||||
source_x86_64 = fingbox-sentinel.service
|
||||
source_x86_64 = fingbox-sentinel.script
|
||||
md5sums_x86_64 = 0350ae0d059856ca4e2d417cd655db22
|
||||
md5sums_x86_64 = 013488a7afe3048524df6b7527faae69
|
||||
md5sums_x86_64 = 95dbef149b9d3a9ea3bac0bd0c77b343
|
||||
|
||||
pkgname = overlook-fing
|
||||
|
||||
|
13
PKGBUILD
13
PKGBUILD
@ -3,8 +3,8 @@
|
||||
# Maintainer: Salan54 <salan at fremenil dot com>
|
||||
# Modified: 05/16/2013
|
||||
pkgname=overlook-fing
|
||||
pkgver=2.2
|
||||
pkgrel=3
|
||||
pkgver=3.0
|
||||
pkgrel=1
|
||||
_altpkgname=fing
|
||||
pkgdesc='The ultimate tool for network discovery and scanning'
|
||||
arch=('i686' 'x86_64')
|
||||
@ -12,16 +12,16 @@ url='http://www.overlooksoft.com/'
|
||||
license=('custom:Overlook Freeware license')
|
||||
depends=('boost-libs' 'openssl' 'zlib')
|
||||
options=(!strip)
|
||||
source_i686=("${pkgname}-${pkgver}.tgz::http://www.overlooksoft.com/packages/linux32/${pkgname}-${pkgver}.tgz"
|
||||
source_i686=("${pkgname}-${arch}-${pkgver}.tgz::https://www.fingbox.com/download?plat=lx32&ext=tgz"
|
||||
"fingbox-sentinel.service"
|
||||
"fingbox-sentinel.script"
|
||||
)
|
||||
md5sums_i686=('fa523c841daa6963fda51a32b5972bcd' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
|
||||
source_x86_64=("${pkgname}-${pkgver}.tgz::http://www.overlooksoft.com/packages/linux64/${pkgname}-${pkgver}.tgz"
|
||||
md5sums_i686=('152c9d622736b2d493ec5dfbe77b8dd7' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
|
||||
source_x86_64=("${pkgname}-${arch}-${pkgver}.tgz::https://www.fingbox.com/download?plat=lx64&ext=tgz"
|
||||
"fingbox-sentinel.service"
|
||||
"fingbox-sentinel.script"
|
||||
)
|
||||
md5sums_x86_64=('3e599f665442631657ebc8bef74d98e1' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
|
||||
md5sums_x86_64=('0350ae0d059856ca4e2d417cd655db22' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
@ -43,4 +43,3 @@ package() {
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et ft=sh tw=100:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user