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
Commits
0e871a54
Verified
Commit
0e871a54
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/gogs: upgrade to 0.12.10
parent
8d2fd5a6
No related branches found
No related tags found
1 merge request
!39304
[3.16] main/expat: security upgrade to 2.4.9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/gogs/APKBUILD
+5
-6
5 additions, 6 deletions
community/gogs/APKBUILD
with
5 additions
and
6 deletions
community/gogs/APKBUILD
+
5
−
6
View file @
0e871a54
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# Contributor: 7heo <7heo@mail.com>
# Contributor: 7heo <7heo@mail.com>
# Maintainer:
# Maintainer:
pkgname
=
gogs
pkgname
=
gogs
pkgver
=
0.12.
9
pkgver
=
0.12.
10
pkgrel
=
4
pkgrel
=
0
pkgdesc
=
"Painless self-hosted Git service"
pkgdesc
=
"Painless self-hosted Git service"
url
=
"https://gogs.io/"
url
=
"https://gogs.io/"
arch
=
"all"
arch
=
"all"
...
@@ -13,9 +13,9 @@ makedepends="go perl libcap"
...
@@ -13,9 +13,9 @@ makedepends="go perl libcap"
install
=
"
$pkgname
.pre-install"
install
=
"
$pkgname
.pre-install"
pkgusers
=
"gogs"
pkgusers
=
"gogs"
pkggroups
=
"www-data"
pkggroups
=
"www-data"
options
=
"
chmod-clean
!check"
# go race fails
options
=
"!check"
# go race fails
subpackages
=
"
$pkgname
-openrc"
subpackages
=
"
$pkgname
-openrc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/gogs/gogs/archive/v
$pkgver
.tar.gz
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/gogs/gogs/archive/
refs/tags/
v
$pkgver
.tar.gz
$pkgname
.initd
$pkgname
.initd
$pkgname
.confd
$pkgname
.confd
$pkgname
.ini"
$pkgname
.ini"
...
@@ -34,7 +34,6 @@ export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
...
@@ -34,7 +34,6 @@ export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
export
GOMODCACHE
=
"
${
GOMODCACHE
:-
"
$srcdir
/go"
}
"
export
GOMODCACHE
=
"
${
GOMODCACHE
:-
"
$srcdir
/go"
}
"
build
()
{
build
()
{
go fix
go build
-v
-tags
"sqlite redis memcache cert"
go build
-v
-tags
"sqlite redis memcache cert"
}
}
...
@@ -66,7 +65,7 @@ package() {
...
@@ -66,7 +65,7 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
5cfce7b4c9dbcfc1246b6a7633398103ba14ccef06928e4d8b3c8db37486fe9cd7c3fcc8e3b519c2cec5ee8461422cc8b1de4bfdeda8b61fb3f32db9e910aaf2
gogs-0.12.
9
.tar.gz
eacc2320e8052807c438f05bbb4038afbbeabcd37fd8b8695f84880077c846ce318c300a0ff19f9ffa8be75f8620f9a0873ba06d06466e255480b47432143ed1
gogs-0.12.
10
.tar.gz
be5a9ef2cae1ee2e8106feb6a997ae06519af91fe57f746d20996e79c332c93bb43fc53f79ff4e8ce13222afc6f3dc7bc5cbb758ef201b03e49d809c87c8c4c7 gogs.initd
be5a9ef2cae1ee2e8106feb6a997ae06519af91fe57f746d20996e79c332c93bb43fc53f79ff4e8ce13222afc6f3dc7bc5cbb758ef201b03e49d809c87c8c4c7 gogs.initd
52ce41c05c263b790221a04d13d2eb9bba689e4bd72daf5b6af31416e80a485a46bae19e18581d7bde879307283847e6486686a2fe4140fe38ebb6f315e11a86 gogs.confd
52ce41c05c263b790221a04d13d2eb9bba689e4bd72daf5b6af31416e80a485a46bae19e18581d7bde879307283847e6486686a2fe4140fe38ebb6f315e11a86 gogs.confd
1d8cc4d9c96887de50d281f49d7f0bae963318a56a9e6cc46052d72236e446d20eb6228b8f51e24d5dbe63bf459040fb3556e9554fa242f3bef3969e11d18b06 gogs.ini
1d8cc4d9c96887de50d281f49d7f0bae963318a56a9e6cc46052d72236e446d20eb6228b8f51e24d5dbe63bf459040fb3556e9554fa242f3bef3969e11d18b06 gogs.ini
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment