Skip to content

Commit

Permalink
upd(bat{,-deb}): 0.23.0 -> 0.24.0 (#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Oct 12, 2023
1 parent 557d2b9 commit 4e26e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/bat-deb/bat-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name="bat-deb"
gives="bat"
replace=("${gives}")
pkgver="0.23.0"
pkgver="0.24.0"
url="https://github.com/sharkdp/${gives}/releases/download/v${pkgver}/bat_${pkgver}_amd64.deb"
pkgdesc="A cat(1) clone with wings"
hash="f1e545343a75e7959428546a2aeccc0fe23ff39f2a6432c0f58d03e2786207e4"
hash="fa9353fa0c6e1e67b87757c4bd6bf515f85d3fc16d41b12cc26f7a673892ad01"
maintainer="Elsie19 <[email protected]>"
arch=('amd64')
repology=("project: bat-cat")
Expand Down
4 changes: 2 additions & 2 deletions packages/bat/bat.pacscript
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name="bat"
pkgver="0.23.0"
pkgver="0.24.0"
url="https://github.com/sharkdp/bat/archive/refs/tags/v${pkgver}.tar.gz"
makedepends="cargo libonig-dev pkg-config"
depends=("libonig5")
replace=("bat")
pkgdesc="A cat(1) clone with wings"
hash="30b6256bea0143caebd08256e0a605280afbbc5eef7ce692f84621eb232a9b31"
hash="907554a9eff239f256ee8fe05a922aad84febe4fe10a499def72a4557e9eedfb"

build() {
RUSTONIG_SYSTEM_LIBONIG=1 cargo build -j"${NCPU}" --release --locked
Expand Down

0 comments on commit 4e26e07

Please sign in to comment.