Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!81055
testing/mkbrr: upgrade to 1.3.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/mkbrr: upgrade to 1.3.0
fabricionaweb/aports:edge/mkbrr
into
master
Overview
2
Commits
1
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Merged
Fabricio Silva
requested to merge
fabricionaweb/aports:edge/mkbrr
into
master
2 weeks ago
Overview
2
Commits
1
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
version 2
version 3
fd43cb28
2 weeks ago
version 2
d37d3338
2 weeks ago
version 1
c8a96a02
2 weeks ago
master (base)
and
version 3
latest version
83ff536d
1 commit,
2 weeks ago
version 3
fd43cb28
1 commit,
2 weeks ago
version 2
d37d3338
1 commit,
2 weeks ago
version 1
c8a96a02
1 commit,
2 weeks ago
Show latest version
1 file
+
1
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/mkbrr/APKBUILD
+
1
−
6
Options
@@ -5,17 +5,12 @@ pkgver=1.3.0
pkgrel
=
0
pkgdesc
=
"mkbrr is a tool to create, modify and inspect torrent files."
url
=
"https://github.com/autobrr/mkbrr"
arch
=
"all
"
arch
=
"all
!x86 !armhf !armv7"
# tests failing on 32bits
license
=
"GPL-2.0-or-later"
options
=
"net"
# net for go
makedepends
=
"go"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/autobrr/mkbrr/archive/v
$pkgver
.tar.gz"
case
"
$CARCH
"
in
# tests fails on 32bits
x86|arm
*
)
options
=
"
$options
!check"
;;
esac
prepare
()
{
default_prepare
go mod download
Loading