summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff9e29b85bc..8701c5a7ea0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-ignore-bin
pkgdesc = Quickly and easily list and fetch .gitignore templates from www.gitignore.io
- pkgver = 1.2.0
- pkgrel = 0
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/sondr3/git-ignore
arch = x86_64
license = GPL3
provides = git-ignore
conflicts = git-ignore
- source_x86_64 = https://github.com/sondr3/git-ignore/releases/download/v1.2.0/git-ignore-x86_64-unknown-linux-musl.tar.gz
- sha256sums_x86_64 = 5a3a4e2c94e2645b56e021338d94236bf730d4f36dac1cb31390b8b8c4016cf8
+ source_x86_64 = https://github.com/sondr3/git-ignore/releases/download/v1.3.1/git-ignore-x86_64-unknown-linux-musl.tar.gz
+ sha256sums_x86_64 = 82a2ae823b1e3b008a615e5340b125a5cee1eee1ca17513337b5208fb7e7ed47
pkgname = git-ignore-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2f574d0ec35c..37a5907c035d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sondre Nilsen <echo "bmlsc2VuLnNvbmRyZUBnbWFpbC5jb20K" | base64 -d>
pkgname=git-ignore-bin
-pkgver=1.2.0
-pkgrel=0
+pkgver=1.3.1
+pkgrel=1
pkgdesc="Quickly and easily list and fetch .gitignore templates from www.gitignore.io"
url="https://github.com/sondr3/git-ignore"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
provides=('git-ignore')
conflicts=('git-ignore')
source_x86_64=("https://github.com/sondr3/git-ignore/releases/download/v${pkgver}/${pkgname/-bin/}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums_x86_64=('5a3a4e2c94e2645b56e021338d94236bf730d4f36dac1cb31390b8b8c4016cf8')
+sha256sums_x86_64=('82a2ae823b1e3b008a615e5340b125a5cee1eee1ca17513337b5208fb7e7ed47')
package() {
install -Dm755 git-ignore "$pkgdir/usr/bin/git-ignore"