Update package version to 1.3.7

This commit is contained in:
2025-09-17 21:50:18 +03:00
parent bba01e821d
commit b23619c4c9
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="libtirpc"
# Get version using best_release.json
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | cut -d'/' -f3)
echo "$VERSION"
+1 -1
View File
@@ -1,6 +1,6 @@
name: libtirpc
description: Transport Independent RPC library
version: 1.3.4
version: 1.3.7
url: http://git.linux-nfs.org/~steved/libtirpc
license: BSD-3-Clause,SISSL
architecture: any