Skip to content

Commit

Permalink
contrib/libiscsi: update to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Apr 25, 2024
1 parent 05539de commit 97698de
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/libiscsi/template.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
pkgname = "libiscsi"
pkgver = "1.19.0"
pkgver = "1.20.0"
pkgrel = 0
build_style = "gnu_configure"
configure_gen = ["./autogen.sh"]
make_cmd = "gmake"
make_dir = "."
hostmakedepends = ["automake", "libtool", "gmake", "pkgconf"]
makedepends = ["linux-headers", "libgcrypt-devel"]
pkgdesc = "ISCSI client library and utilities"
maintainer = "eater <=@eater.me>"
license = "LGPL-2.1-or-later AND GPL-2.0-or-later"
url = "https://foo.software"
source = f"https://github.com/sahlberg/libiscsi/archive/{pkgver}.tar.gz"
sha256 = "c7848ac722c8361d5064654bc6e926c2be61ef11dd3875020a63931836d806df"
sha256 = "6321d802103f2a363d3afd9a5ae772de0b4052c84fe6a301ecb576b34e853caa"
tool_flags = {"CFLAGS": ["-Wno-strict-prototypes"]}


Expand Down

0 comments on commit 97698de

Please sign in to comment.