1
0
mirror of https://aur.archlinux.org/overlook-fing.git synced 2020-11-18 19:37:31 -08:00

V3.0-3 - Overlook transferred their files on https://fing.io

This commit is contained in:
Alain Spaite (Domspaite) 2017-04-15 18:20:45 +02:00
parent 10c39bf132
commit aa544ad69c
2 changed files with 20 additions and 13 deletions

View File

@ -1,8 +1,8 @@
pkgbase = overlook-fing
pkgdesc = The ultimate tool for network discovery and scanning
pkgver = 3.0
pkgrel = 2
url = http://www.overlooksoft.com/
pkgrel = 3
url = https://www.fing.io/
arch = i686
arch = x86_64
license = custom:Overlook Freeware license
@ -10,16 +10,16 @@ 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 = overlook-fing-i686-3.0.tgz.zip::https://www.fing.io/wp-content/uploads/2016/09/overlook-fing-3.0.tgz_-1.zip
source_i686 = fingbox-sentinel.service
source_i686 = fingbox-sentinel.script
md5sums_i686 = 152c9d622736b2d493ec5dfbe77b8dd7
md5sums_i686 = a2ca3526282c05a9de2663313b9d6a7e
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 = overlook-fing-i686-3.0.tgz.zip::https://www.fing.io/wp-content/uploads/2016/09/overlook-fing-3.0.tgz_.zip
source_x86_64 = fingbox-sentinel.service
source_x86_64 = fingbox-sentinel.script
md5sums_x86_64 = 0350ae0d059856ca4e2d417cd655db22
md5sums_x86_64 = 903da68a597386614ec3f7416c0a00a4
md5sums_x86_64 = 013488a7afe3048524df6b7527faae69
md5sums_x86_64 = 95dbef149b9d3a9ea3bac0bd0c77b343

View File

@ -1,27 +1,34 @@
# Contributor: Piotr Rogoża <rogoza dot piotr at gmail dot com>
# Created: 08/12/2010
# Maintainer: Salan54 <salan at fremenil dot com>
# Modified: 05/16/2013
# Modified: 04/15/2017
pkgname=overlook-fing
pkgver=3.0
pkgrel=2
pkgrel=3
_altpkgname=fing
pkgdesc='The ultimate tool for network discovery and scanning'
arch=('i686' 'x86_64')
url='http://www.overlooksoft.com/'
url='https://www.fing.io/'
license=('custom:Overlook Freeware license')
depends=('boost-libs' 'openssl' 'zlib')
options=(!strip)
source_i686=("${pkgname}-${arch}-${pkgver}.tgz::https://www.fingbox.com/download?plat=lx32&ext=tgz"
source_i686=("${pkgname}-${arch}-${pkgver}.tgz.zip::https://www.fing.io/wp-content/uploads/2016/09/overlook-fing-3.0.tgz_-1.zip"
"fingbox-sentinel.service"
"fingbox-sentinel.script"
)
md5sums_i686=('152c9d622736b2d493ec5dfbe77b8dd7' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
source_x86_64=("${pkgname}-${arch}-${pkgver}.tgz::https://www.fingbox.com/download?plat=lx64&ext=tgz"
md5sums_i686=('a2ca3526282c05a9de2663313b9d6a7e' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
source_x86_64=("${pkgname}-${arch}-${pkgver}.tgz.zip::https://www.fing.io/wp-content/uploads/2016/09/overlook-fing-3.0.tgz_.zip"
"fingbox-sentinel.service"
"fingbox-sentinel.script"
)
md5sums_x86_64=('0350ae0d059856ca4e2d417cd655db22' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
md5sums_x86_64=('903da68a597386614ec3f7416c0a00a4' '013488a7afe3048524df6b7527faae69' '95dbef149b9d3a9ea3bac0bd0c77b343')
prepare() {
tar -zxvf overlook-fing-3.0.tgz
}
package() {
cd "$srcdir"