summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96cb6ae192be..098fabc3ab77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ignoreit
pkgdesc = Quickly load .gitignore templates
- pkgver = 2.4.9
+ pkgver = 2.4.10
pkgrel = 1
url = https://github.com/jewlexx/ignoreit
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ignoreit
makedepends = rust
makedepends = cargo
depends = openssl
- source = ignoreit-2.4.9.tar.gz::https://github.com/jewlexx/ignoreit/archive/v2.4.9.tar.gz
- sha256sums = 67959629cbb64a793bdfc9828e86af99fbb67172c2140651173f1a275daf17d7
+ source = ignoreit-2.4.10.tar.gz::https://github.com/jewlexx/ignoreit/archive/v2.4.10.tar.gz
+ sha256sums = dd91a8b36bd669dd997a7aee25df02bb317b4e43ac08637383fd7ef0e7203833
pkgname = ignoreit
diff --git a/PKGBUILD b/PKGBUILD
index 31f9b23c0a8c..c674d8fb8377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Cordor
pkgname=ignoreit
-pkgver=2.4.9
+pkgver=2.4.10
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -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=('67959629cbb64a793bdfc9828e86af99fbb67172c2140651173f1a275daf17d7')
+sha256sums=('dd91a8b36bd669dd997a7aee25df02bb317b4e43ac08637383fd7ef0e7203833')
# Generated in accordance to https://wiki.archlinux.org/title/Rust_package_guidelines.
# Might require further modification depending on the package involved.