Skip to content

Commit

Permalink
xdg-user-dirs: upate to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
AndWac authored Aug 28, 2022
1 parent 27adb3b commit 8f34137
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/library/xdg-user-dirs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ BUILD_BITS= 64
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME= xdg-user-dirs
COMPONENT_VERSION= 0.17
COMPONENT_PROJECT_URL= httpd://freedesktop.org/wiki/
COMPONENT_VERSION= 0.18
COMPONENT_PROJECT_URL= https://freedesktop.org/wiki/
COMPONENT_SUMMARY= Tool to help manage user directories
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha256:2a07052823788e8614925c5a19ef5b968d8db734fdee656699ea4f97d132418c
COMPONENT_ARCHIVE_HASH= sha256:ec6f06d7495cdba37a732039f9b5e1578bcb296576fde0da40edb2f52220df3c
COMPONENT_ARCHIVE_URL= https://user-dirs.freedesktop.org/releases/$(COMPONENT_ARCHIVE)
COMPONENT_CLASSIFICATION= Applications/System Utilities
COMPONENT_LICENSE= GPLv2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
#

#
# Copyright 2021 <contributor>
# Copyright 2022 <contributor>
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
Expand Down
1 change: 1 addition & 0 deletions components/library/xdg-user-dirs/xdg-user-dirs.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#

set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
Expand Down

0 comments on commit 8f34137

Please sign in to comment.