summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Cordor2022-12-05 17:52:55 +1100
committerJuliette Cordor2022-12-05 17:52:55 +1100
commit0679d48f1a9781b6d68a1be6d93d57f6cb0615cb (patch)
treee40fdd4bcb9934c9edd32df36cac407d7130d5b3
parent0d694da543eb0dbc6ed07bf1b37b605597c67917 (diff)
downloadaur-0679d48f1a9781b6d68a1be6d93d57f6cb0615cb.tar.gz
updated to version 2.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3d49ecc8757..96cb6ae192be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ignoreit
pkgdesc = Quickly load .gitignore templates
- pkgver = 2.4.8
- pkgrel = 2
+ pkgver = 2.4.9
+ pkgrel = 1
url = https://github.com/jewlexx/ignoreit
arch = i686
arch = pentium4
@@ -14,7 +14,7 @@ pkgbase = ignoreit
makedepends = rust
makedepends = cargo
depends = openssl
- source = ignoreit-2.4.8.tar.gz::https://github.com/jewlexx/ignoreit/archive/v2.4.8.tar.gz
- sha256sums = 09cc1d913b3d0564174a4b7671aa69fcab0d5185a77e4df29d5e2ae83d7ef948
+ source = ignoreit-2.4.9.tar.gz::https://github.com/jewlexx/ignoreit/archive/v2.4.9.tar.gz
+ sha256sums = 67959629cbb64a793bdfc9828e86af99fbb67172c2140651173f1a275daf17d7
pkgname = ignoreit
diff --git a/PKGBUILD b/PKGBUILD
index aae1b36093ca..31f9b23c0a8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Juliette Cordor
pkgname=ignoreit
-pkgver=2.4.8
-pkgrel=2
+pkgver=2.4.9
+pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
pkgdesc="Quickly load .gitignore templates"
@@ -10,7 +10,7 @@ depends=('openssl')
url="https://github.com/jewlexx/ignoreit"
source=("$pkgname-$pkgver.tar.gz::https://github.com/jewlexx/ignoreit/archive/v$pkgver.tar.gz")
-sha256sums=('09cc1d913b3d0564174a4b7671aa69fcab0d5185a77e4df29d5e2ae83d7ef948')
+sha256sums=('67959629cbb64a793bdfc9828e86af99fbb67172c2140651173f1a275daf17d7')
# Generated in accordance to https://wiki.archlinux.org/title/Rust_package_guidelines.
# Might require further modification depending on the package involved.