Update package to v1.14.0

This commit is contained in:
Relish0171 2025-12-31 18:38:43 +01:00
parent 8eb6588d8c
commit 082e4811eb
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.13.0
pkgver = 1.14.0
pkgrel = 1
url = https://github.com/amtep/tiger
arch = x86_64
license = GPL3
source = https://github.com/amtep/tiger/releases/download/v1.13.0/imperator-tiger-linux-v1.13.0.tar.gz
sha256sums = 8ff037788c42f589cdb6ea799412bff0d634bdf83013347bfae872f47270e2e2
source = https://github.com/amtep/tiger/releases/download/v1.14.0/imperator-tiger-linux-v1.14.0.tar.gz
sha256sums = f911815f6da9e998544e39c666a1d27c91e95ce2e58d20a191bc5d956d4eac52
pkgname = imperator-tiger-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Relish0171 <aur.such581@aleeas.com>
_basename=imperator-tiger
pkgname=${_basename}-bin
pkgver=1.13.0
pkgver=1.14.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=('8ff037788c42f589cdb6ea799412bff0d634bdf83013347bfae872f47270e2e2')
sha256sums=('f911815f6da9e998544e39c666a1d27c91e95ce2e58d20a191bc5d956d4eac52')
package() {
cd "${srcdir}/${_basename}-linux-v${pkgver}"