Update package to v1.15.0

This commit is contained in:
Relish0171 2026-02-06 21:10:25 +01:00
parent 082e4811eb
commit 92e50f3fa3
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = imperator-tiger-bin
pkgdesc = Checks game mod files for common mistakes and warns about them.
pkgver = 1.14.0
pkgver = 1.15.0
pkgrel = 1
url = https://github.com/amtep/tiger
arch = x86_64
license = GPL3
source = https://github.com/amtep/tiger/releases/download/v1.14.0/imperator-tiger-linux-v1.14.0.tar.gz
sha256sums = f911815f6da9e998544e39c666a1d27c91e95ce2e58d20a191bc5d956d4eac52
source = https://github.com/amtep/tiger/releases/download/v1.15.0/imperator-tiger-linux-v1.15.0.tar.gz
sha256sums = f28a5bd9c0303b1646efe5b144e9fd21f53840562fb0033478340b181615fb43
pkgname = imperator-tiger-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Relish0171 <aur.such581@aleeas.com>
_basename=imperator-tiger
pkgname=${_basename}-bin
pkgver=1.14.0
pkgver=1.15.0
pkgrel=1
pkgdesc="Checks game mod files for common mistakes and warns about them."
arch=('x86_64')
@ -9,7 +9,7 @@ url="https://github.com/amtep/tiger"
license=('GPL3')
depends=()
source=("https://github.com/amtep/tiger/releases/download/v${pkgver}/${_basename}-linux-v${pkgver}.tar.gz")
sha256sums=('f911815f6da9e998544e39c666a1d27c91e95ce2e58d20a191bc5d956d4eac52')
sha256sums=('f28a5bd9c0303b1646efe5b144e9fd21f53840562fb0033478340b181615fb43')
package() {
cd "${srcdir}/${_basename}-linux-v${pkgver}"