Update package version to 4.3.1
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Sourceforge project
|
||||
REPO="swig"
|
||||
|
||||
# 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)
|
||||
|
||||
# Trim prefix
|
||||
VERSION=${VERSION//swig-/}
|
||||
|
||||
echo "$VERSION"
|
||||
@@ -1,7 +1,6 @@
|
||||
name: swig
|
||||
description: Software development tool that connects programs written in C and C++ with a variety of high-level programming languages
|
||||
version: 4.2.1
|
||||
revision: 2
|
||||
version: 4.3.1
|
||||
url: https://www.swig.org/
|
||||
license: GPL3-or-later,LicenseRef-BSD-Arizona,LicenseRef-BSD-Chicago,LicenseRef-BSD-Utah-California
|
||||
architecture: any
|
||||
|
||||
Reference in New Issue
Block a user