libnvidia-container: update to 1.16.1.
This commit is contained in:
parent
0169c3be14
commit
e118b3d8f3
|
@ -0,0 +1,13 @@
|
|||
--- a/versions.mk
|
||||
+++ b/versions.mk
|
||||
@@ -12,8 +12,8 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
-GIT_TAG ?= $(patsubst v%,%,$(shell git describe --tags 2>/dev/null))
|
||||
-GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
|
||||
+#GIT_TAG ?= $(patsubst v%,%,$(shell git describe --tags 2>/dev/null))
|
||||
+#;GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")
|
||||
|
||||
LIB_NAME := libnvidia-container
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libnvidia-container'
|
||||
pkgname=libnvidia-container
|
||||
version=1.13.5
|
||||
version=1.16.1
|
||||
revision=1
|
||||
archs="x86_64"
|
||||
hostmakedepends="tar xz curl bmake groff m4 pkg-config which go"
|
||||
|
@ -10,10 +10,10 @@ maintainer="Quentin Freimanis <quentinfreimanis@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/NVIDIA/libnvidia-container"
|
||||
distfiles="https://github.com/NVIDIA/libnvidia-container/archive/v${version}.tar.gz"
|
||||
checksum=431522239d71728d2840b2f048d0a0733c3e6ad7a209bdf21c7d17c0aa661657
|
||||
checksum=cbc1dda7ee90b8b729c5f178292cd07b421863015d84b84c37e69c8d580ab3ff
|
||||
|
||||
do_build() {
|
||||
make dist prefix=/usr REVISION=${version}
|
||||
make dist prefix=/usr REVISION=${version} LIB_VERSION=${version}
|
||||
}
|
||||
|
||||
pre_install() {
|
||||
|
|
Loading…
Reference in New Issue