Compare commits

..

No commits in common. "efb5123d8f97a3e06c5629fa3ce38f2cc5736c6f" and "56935c581e4f05f33b646d746b45768e04bc0389" have entirely different histories.

4 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
pkgname=ip-lookup pkgname=ip-lookup
pkgver=1.5.3 pkgver=1.5.2
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')

View File

@ -1,5 +1,5 @@
Name: ip-lookup Name: ip-lookup
Version: 1.5.3 Version: 1.5.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: A simple IP lookup tool Summary: A simple IP lookup tool
License: GPL License: GPL

View File

@ -71,6 +71,8 @@ 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;

View File

@ -1,5 +1,5 @@
pkgname=ip-lookup pkgname=ip-lookup
version=1.5.3 version=1.5.2
revision=1 revision=1
wrksrc="${pkgname}-${version}" wrksrc="${pkgname}-${version}"
build_style=gnu-makefile build_style=gnu-makefile