Skip to content

Commit

Permalink
pv: update 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored and jpakkane committed Apr 25, 2024
1 parent d572c9d commit ec25da7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2685,6 +2685,7 @@
},
"pv": {
"versions": [
"1.8.9-1",
"1.8.5-1"
]
},
Expand Down
4 changes: 2 additions & 2 deletions subprojects/packagefiles/pv/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'pv',
'c',
version: '1.8.5',
version: '1.8.9',
meson_version: '>=0.59.0',
)

Expand Down Expand Up @@ -36,7 +36,7 @@ foreach _spec : [
['sys/param.h'],
['sys/select.h', 'select'],
['sys/shm.h', 'shmget'],
['sys/time.h'],
['sys/time.h', 'setitimer'],
['termios.h'],
['time.h', 'clock_gettime nanosleep'],
['unistd.h', 'alarm dup2 fdatasync fpathconf getcwd getopt sysconf'],
Expand Down
3 changes: 3 additions & 0 deletions subprojects/packagefiles/pv/src/include/config.h.meson
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
/* Define to 1 if you have the `posix_memalign' function. */
#mesondefine HAVE_POSIX_MEMALIGN

/* Define to 1 if you have the `setitimer' function. */
#mesondefine HAVE_SETITIMER

/* Define to 1 if you have the `splice' function. */
#mesondefine HAVE_SPLICE

Expand Down
8 changes: 4 additions & 4 deletions subprojects/pv.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = pv-1.8.5
source_url = https://codeberg.org/a-j-wood/pv/releases/download/v1.8.5/pv-1.8.5.tar.gz
source_hash = d22948d06be06a5be37336318de540a2215be10ab0163f8cd23a20149647b780
source_filename = pv-1.8.5.tar.gz
directory = pv-1.8.9
source_url = https://codeberg.org/a-j-wood/pv/releases/download/v1.8.9/pv-1.8.9.tar.gz
source_hash = a0789d8f8c5a08faf370b5a07d1d936aeff9504a4f49da76d4164797ac4606e6
source_filename = pv-1.8.9.tar.gz
patch_directory = pv

[provide]
Expand Down

0 comments on commit ec25da7

Please sign in to comment.