From 2a4546237e36543911e7e77af04f80d770d8fc02 Mon Sep 17 00:00:00 2001 From: Wizzard Date: Fri, 8 Mar 2024 07:10:06 -0500 Subject: [PATCH] Update all build files to 1.5.1 --- PKGBUILD | 2 +- ip-lookup.spec | 2 +- template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d5705d0..2405a71 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=ip-lookup -pkgver=1.5 +pkgver=1.5.1 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 2802857..fdbe6da 100644 --- a/ip-lookup.spec +++ b/ip-lookup.spec @@ -1,5 +1,5 @@ Name: ip-lookup -Version: 1.5 +Version: 1.5.1 Release: 1%{?dist} Summary: A simple IP lookup tool License: GPL diff --git a/template b/template index 7b54059..e3e25c7 100644 --- a/template +++ b/template @@ -1,5 +1,5 @@ pkgname=ip-lookup -version=1.5 +version=1.5.1 revision=1 wrksrc="${pkgname}-${version}" build_style=gnu-makefile