From 89531336ee1260fed186550e77c0ca320e92a2ee Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sat, 6 Feb 2021 12:29:11 +0800 Subject: [PATCH] dist/alpine: bump version --- distribution/alpine/flood/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/alpine/flood/APKBUILD b/distribution/alpine/flood/APKBUILD index 96cee881..a2c201de 100644 --- a/distribution/alpine/flood/APKBUILD +++ b/distribution/alpine/flood/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: replace with your name # Contributor: replace with your name _npmname=flood -_npmver=4.3.1 +_npmver=4.4.0 pkgname=flood pkgver=$_npmver -pkgrel=0 +pkgrel=1 pkgdesc="A modern web UI for various torrent clients" arch="noarch !mips !mips64" # blocked by nodejs url="https://flood.js.org"