Skip to content

Commit

Permalink
main/bash-completion: update to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed May 9, 2024
1 parent 4cefade commit 33ae381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/bash-completion/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "bash-completion"
pkgver = "2.13.0"
pkgrel = 1
pkgver = "2.14.0"
pkgrel = 0
build_style = "gnu_configure"
configure_gen = []
make_cmd = "gmake"
Expand All @@ -16,6 +16,6 @@
license = "GPL-2.0-or-later"
url = "https://github.com/scop/bash-completion"
source = f"{url}/releases/download/{pkgver}/{pkgname}-{pkgver}.tar.xz"
sha256 = "c5f99a39e40f0d154c03ff15438e87ece1f5ac666336a4459899e2ff4bedf3d1"
sha256 = "5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168"
# what's the point (needs a truckload of checkdepends too)
options = ["!check"]

0 comments on commit 33ae381

Please sign in to comment.