mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 18:25:25 +00:00
release: 4.9.2 (#856)
This commit is contained in:
@@ -13,11 +13,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Parse version
|
||||||
|
id: parse_version
|
||||||
|
run: echo VERSION=`jq .version package.json -r` >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Update PKGBUILD for AUR
|
- name: Update PKGBUILD for AUR
|
||||||
run: |
|
run: |
|
||||||
sed -i 's/pkgname=flood/pkgname=nodejs-flood/' ./distribution/archlinux/flood/PKGBUILD
|
sed -i 's/pkgname=flood/pkgname=nodejs-flood/' ./distribution/archlinux/flood/PKGBUILD
|
||||||
sed -i 's/replace-with-your-name/Jesse Chan/' ./distribution/archlinux/flood/PKGBUILD
|
sed -i 's/replace-with-your-name/Jesse Chan/' ./distribution/archlinux/flood/PKGBUILD
|
||||||
sed -i 's/to-be-determined@tbd/jc@linux.com/' ./distribution/archlinux/flood/PKGBUILD
|
sed -i 's/to-be-determined@tbd/jc@linux.com/' ./distribution/archlinux/flood/PKGBUILD
|
||||||
|
sed -i 's/version-to-be-replaced/${{ steps.parse_version.outputs.VERSION }}/' ./distribution/archlinux/flood/PKGBUILD
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|||||||
@@ -44,13 +44,15 @@ jobs:
|
|||||||
- name: Copy flood-bin distribution files
|
- name: Copy flood-bin distribution files
|
||||||
run: cp -rf distribution/debian/flood-bin/* .
|
run: cp -rf distribution/debian/flood-bin/* .
|
||||||
|
|
||||||
- name: Update BUILD
|
|
||||||
run: sed -i 's/replace-with-your-name <to-be-determined@tbd>/Jesse Chan <jc@linux.com>/' ./BUILD
|
|
||||||
|
|
||||||
- name: Parse version
|
- name: Parse version
|
||||||
id: parse_version
|
id: parse_version
|
||||||
run: echo VERSION=`jq .version package.json -r` >> $GITHUB_OUTPUT
|
run: echo VERSION=`jq .version package.json -r` >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
- name: Update BUILD
|
||||||
|
run: |
|
||||||
|
sed -i 's/replace-with-your-name <to-be-determined@tbd>/Jesse Chan <jc@linux.com>/' ./BUILD
|
||||||
|
sed -i 's/version-to-be-replaced/${{ steps.parse_version.outputs.VERSION }}/' ./BUILD
|
||||||
|
|
||||||
- name: Extract Flood tarball
|
- name: Extract Flood tarball
|
||||||
run: |
|
run: |
|
||||||
npm pack flood@${{ steps.parse_version.outputs.VERSION }}
|
npm pack flood@${{ steps.parse_version.outputs.VERSION }}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: replace-with-your-name <to-be-determined@tbd>
|
# Maintainer: replace-with-your-name <to-be-determined@tbd>
|
||||||
# Contributor: replace-with-your-name <to-be-determined@tbd>
|
# Contributor: replace-with-your-name <to-be-determined@tbd>
|
||||||
_npmname=flood
|
_npmname=flood
|
||||||
_npmver=4.8.2
|
_npmver=version-to-be-replaced
|
||||||
pkgname=flood
|
pkgname=flood
|
||||||
pkgver=$_npmver
|
pkgver=$_npmver
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ PACKAGE = "flood"
|
|||||||
|
|
||||||
RECOMMENDS = ["mediainfo"]
|
RECOMMENDS = ["mediainfo"]
|
||||||
|
|
||||||
VERSION = "4.8.2-0"
|
VERSION = "version-to-be-replaced-0"
|
||||||
|
|
||||||
genrule(
|
genrule(
|
||||||
name = "flood-pkg-arm64",
|
name = "flood-pkg-arm64",
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ Uploaders: replace with your name <to-be-determined@tbd>
|
|||||||
Testsuite: autopkgtest-pkg-nodejs
|
Testsuite: autopkgtest-pkg-nodejs
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 11)
|
debhelper-compat (= 11)
|
||||||
, nodejs (>= 12)
|
, nodejs (>= 16)
|
||||||
, pkg-js-tools (>= 0.8.10)
|
, pkg-js-tools (>= 0.8.10)
|
||||||
Standards-Version: 4.5.2
|
Standards-Version: 4.9.2
|
||||||
Homepage: https://github.com/jesec/flood#readme
|
Homepage: https://github.com/jesec/flood#readme
|
||||||
Vcs-Git: https://salsa.debian.org/js-team/flood.git
|
Vcs-Git: https://salsa.debian.org/js-team/flood.git
|
||||||
Vcs-Browser: https://salsa.debian.org/js-team/flood
|
Vcs-Browser: https://salsa.debian.org/js-team/flood
|
||||||
@@ -17,7 +17,7 @@ Package: flood
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
, nodejs (>= 12)
|
, nodejs (>= 16)
|
||||||
Recommends: mediainfo
|
Recommends: mediainfo
|
||||||
Description: modern web user interface for various torrent clients
|
Description: modern web user interface for various torrent clients
|
||||||
Flood is a modern web user interface for various torrent clients
|
Flood is a modern web user interface for various torrent clients
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "flood",
|
"name": "flood",
|
||||||
"version": "4.9.1",
|
"version": "4.9.2",
|
||||||
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
|
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript",
|
"typescript",
|
||||||
|
|||||||
Reference in New Issue
Block a user