From efb5123d8f97a3e06c5629fa3ce38f2cc5736c6f Mon Sep 17 00:00:00 2001 From: Wizzard Date: Fri, 8 Mar 2024 07:31:37 -0500 Subject: [PATCH] Update all build files to 1.5.3 --- PKGBUILD | 2 +- ip-lookup.spec | 2 +- template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index ab12d88..e499093 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=ip-lookup -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 pkgdesc="A simple IP lookup tool that shows city, ASN, and other information. Deadzone.lol Motherfucker." arch=('x86_64') diff --git a/ip-lookup.spec b/ip-lookup.spec index 9f120a6..42577c7 100644 --- a/ip-lookup.spec +++ b/ip-lookup.spec @@ -1,5 +1,5 @@ Name: ip-lookup -Version: 1.5.2 +Version: 1.5.3 Release: 1%{?dist} Summary: A simple IP lookup tool License: GPL diff --git a/template b/template index 973b1a2..16c71d0 100644 --- a/template +++ b/template @@ -1,5 +1,5 @@ pkgname=ip-lookup -version=1.5.2 +version=1.5.3 revision=1 wrksrc="${pkgname}-${version}" build_style=gnu-makefile