Compare commits

...

2 Commits

Author SHA1 Message Date
Wizzard efb5123d8f Update all build files to 1.5.3 2024-03-08 07:31:37 -05:00
Wizzard 9166f46514 Update main.c 2024-03-08 07:31:04 -05:00
4 changed files with 3 additions and 5 deletions

View File

@ -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')

View File

@ -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

View File

@ -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;

View File

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