Sha256: 84a24468aac49bfdef041191cdca86b66c95a15ef2da83315a4673765f987c95

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

TOP := $(dir $(CURDIR)/$(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
NAME=liburing
SPECFILE=$(TOP)/$(NAME).spec
VERSION=$(shell awk '/Version:/ { print $$2 }' $(SPECFILE))
VERSION_MAJOR=$(shell echo $(VERSION) | cut -d. -f1)
TAG = $(NAME)-$(VERSION)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
polyphony-0.98 vendor/liburing/Makefile.common
polyphony-0.97 vendor/liburing/Makefile.common
polyphony-0.96 vendor/liburing/Makefile.common
polyphony-0.95 vendor/liburing/Makefile.common