Skip to content

Commit

Permalink
j: update to 9.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloitor committed Dec 11, 2023
1 parent 30befa2 commit a22701e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
34 changes: 0 additions & 34 deletions srcpkgs/j/patches/fix-cip.c-includes.patch

This file was deleted.

11 changes: 4 additions & 7 deletions srcpkgs/j/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# Template file for 'j'
pkgname=j
version=901.f
version=9.4.3

Check failure on line 3 in srcpkgs/j/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

missing reverts= for downgrade 901.f to 9.4.3
revision=1
_vmaj="${version%.*}"
_vmin="${version#${_vmaj}}"
_vrel=${_vmaj}-release${_vmin:+-}${_vmin#.}
archs="aarch64* armv[67]* i686* x86_64*"
makedepends="libedit-devel libgomp-devel"
makedepends="libedit-devel libgomp-devel nasm"
short_desc="Modern, high-performance, ASCII-based successor to APL"
maintainer="B. Wilson <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://jsoftware.com/"
distfiles="https://github.com/jsoftware/jsource/archive/j${_vrel}.tar.gz"
checksum=6b1cdcc1a0c3d955e400cf676f115de51ef9d1da495d08721ee999f48f6f9209
distfiles="https://github.com/jsoftware/jsource/archive/refs/tags/${version}.tar.gz"
checksum=55098a399e010bd8ae5e74523316959506ff69efa839098dddadd8960f6eaf55

_jsz="j${XBPS_TARGET_WORDSIZE}"
_jtype="release"
Expand Down

0 comments on commit a22701e

Please sign in to comment.