upgpkg: rutorrent 4.1.7-1

This commit is contained in:
George Rawlinson 2023-07-17 20:00:10 +12:00
parent af4a41b4f2
commit da98ef6e5f
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <george@rawlinson.net.nz>
pkgname=rutorrent
pkgver=4.0.1
pkgver=4.1.7
pkgrel=1
pkgdesc='Yet another web front-end for rTorrent'
arch=('any')
@ -21,7 +21,7 @@ backup=(
'etc/rutorrent/access.ini'
)
options=('emptydirs' '!strip')
_commit='fca1435846491fe8ff89746bbdc960a0f24a3d9d'
_commit='96cd4bb2cbbb2b8035996a78f774e12c1a8aafd7'
source=(
"$pkgname::git+$url#commit=$_commit"
'tmpfiles.conf'
@ -29,7 +29,7 @@ source=(
)
b2sums=('SKIP'
'f762fe34e415632f4a458f83ab305a7c5fe231c04ed3cce7b3a7ab99e00aa4a767bab8212edcff80b954d974cf347919b36052dcea5caf0504fb79b745456349'
'4b71911de4b9f75d7d3d3e5d0e5fbc611c218a8e77f9fa3af969d6f0f9d5491418d3cb0b8d0720f2c6c37a4bd87f9db7c875aa9d0caf17ab99dd8f224805215b')
'd3f6a9ce2553462673b34549ef0e77666ea53e07c1625dbaebc927a5b8ddc43733876bc7a49e3502ff97657d105f14e402c5f4a53340afeabef7755334a41be0')
pkgver() {
cd "$pkgname"

View File

@ -3,13 +3,13 @@
@@ -28,7 +28,7 @@
$do_diagnostic = true; // Diagnose ruTorrent. Recommended to keep enabled, unless otherwise required.
$al_diagnostic = true; // Diagnose auto-loader. Set to "false" to make composer plugins work.
- $log_file = '/tmp/errors.log'; // path to log file (comment or leave blank to disable logging)
+ $log_file = '/var/log/rutorrent.log'; // path to log file (comment or leave blank to disable logging)
$saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not
$overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name
@@ -64,7 +64,7 @@
$overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name
@@ -69,7 +69,7 @@
"localhost",
);