Compare commits
2 Commits
56935c581e
...
efb5123d8f
Author | SHA1 | Date |
---|---|---|
Wizzard | efb5123d8f | |
Wizzard | 9166f46514 |
2
PKGBUILD
2
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=ip-lookup
|
pkgname=ip-lookup
|
||||||
pkgver=1.5.2
|
pkgver=1.5.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A simple IP lookup tool that shows city, ASN, and other information. Deadzone.lol Motherfucker."
|
pkgdesc="A simple IP lookup tool that shows city, ASN, and other information. Deadzone.lol Motherfucker."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: ip-lookup
|
Name: ip-lookup
|
||||||
Version: 1.5.2
|
Version: 1.5.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A simple IP lookup tool
|
Summary: A simple IP lookup tool
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
|
@ -71,8 +71,6 @@ static size_t write_data(void *ptr, size_t size, size_t nmemb, FILE *stream) {
|
||||||
}
|
}
|
||||||
|
|
||||||
int download_vpn_list(const char *url, const char *output_path) {
|
int download_vpn_list(const char *url, const char *output_path) {
|
||||||
printf("Downloading VPN lists...\n");
|
|
||||||
|
|
||||||
struct stat fileInfo;
|
struct stat fileInfo;
|
||||||
time_t now;
|
time_t now;
|
||||||
double hours;
|
double hours;
|
||||||
|
|
Loading…
Reference in New Issue