summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSondre Nilsen2021-07-10 23:28:03 +0200
committerSondre Nilsen2021-07-10 23:28:03 +0200
commit5600eba92997fcb80a841281f3767ce41dbdf6b6 (patch)
tree99b55530280cb3a75b2794e21f3eeacdf80a40c6
parentf2052b3c85e8ffd87e6cfe0dff722a39cda753f9 (diff)
downloadaur-5600eba92997fcb80a841281f3767ce41dbdf6b6.tar.gz
Update to latest version
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b10082202e69..9833e82605d4 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.0.0
- pkgrel = 4
- 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.0.0/git-ignore-v1.0.0-x86_64-unknown-linux-musl.tar.gz
- sha256sums_x86_64 = 75da12cd5ac218ab1cf7ae4fdcf1fb18cb766c9c63dcef7d09353dcdbe295d9b
+ pkgdesc = Quickly and easily list and fetch .gitignore templates from www.gitignore.io
+ pkgver = 1.1.2
+ pkgrel = 0
+ 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.1.2/git-ignore-x86_64-unknown-linux-musl.tar.gz
+ sha256sums_x86_64 = 314c4e47723b79fc4b9973219db43187a4abf3d5d2c3c83cfa23abc669c404a9
pkgname = git-ignore-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0af085fe7a92..000d96a2390a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Sondre Nilsen <echo "bmlsc2VuLnNvbmRyZUBnbWFpbC5jb20K" | base64 -d>
pkgname=git-ignore-bin
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.1.2
+pkgrel=0
pkgdesc="Quickly and easily list and fetch .gitignore templates from www.gitignore.io"
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/v${pkgver}/${pkgname/-bin/}-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums_x86_64=('75da12cd5ac218ab1cf7ae4fdcf1fb18cb766c9c63dcef7d09353dcdbe295d9b')
+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=('314c4e47723b79fc4b9973219db43187a4abf3d5d2c3c83cfa23abc669c404a9')
package() {
install -Dm755 git-ignore "$pkgdir/usr/bin/git-ignore"