summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Cordor2022-09-12 17:34:26 +1000
committerJuliette Cordor2022-09-12 17:34:26 +1000
commit1c13749c90de13d7de9f2af131d617b8d3b0283b (patch)
treea6221c2a44ee7c7ee60eae70a805a9aef08cf7de
parentce75419f84987f0ca83851da4c1c5dcde80991d5 (diff)
downloadaur-1c13749c90de13d7de9f2af131d617b8d3b0283b.tar.gz
update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dfe924fd19d..ff2fc1a1f85b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ignoreit
pkgdesc = Quickly load .gitignore templates
- pkgver = 2.4.7
+ pkgver = 2.4.8
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.7.tar.gz::https://github.com/jewlexx/ignoreit/archive/v2.4.7.tar.gz
- sha256sums = 37b00b992ddd842a8dc94e1e52c59983544dadc201447df13e03170bb31cd567
+ source = ignoreit-2.4.8.tar.gz::https://github.com/jewlexx/ignoreit/archive/v2.4.8.tar.gz
+ sha256sums = 09cc1d913b3d0564174a4b7671aa69fcab0d5185a77e4df29d5e2ae83d7ef948
pkgname = ignoreit
diff --git a/PKGBUILD b/PKGBUILD
index ea1b3cd65ac2..8c0c3f7d779e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Juliette Cordor
pkgname=ignoreit
-pkgver=2.4.7
+pkgver=2.4.8
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=('37b00b992ddd842a8dc94e1e52c59983544dadc201447df13e03170bb31cd567')
+sha256sums=('09cc1d913b3d0564174a4b7671aa69fcab0d5185a77e4df29d5e2ae83d7ef948')
# Generated in accordance to https://wiki.archlinux.org/title/Rust_package_guidelines.
# Might require further modification depending on the package involved.