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
a193f1cb
Commit
a193f1cb
authored
1 year ago
by
J0WI
Committed by
alice
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/beanstalkd: upgrade to 1.13
parent
7b648dfc
No related branches found
No related tags found
1 merge request
!46042
community/beanstalkd: upgrade to 1.13
Pipeline
#160287
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/beanstalkd/APKBUILD
+12
-6
12 additions, 6 deletions
community/beanstalkd/APKBUILD
with
12 additions
and
6 deletions
community/beanstalkd/APKBUILD
+
12
−
6
View file @
a193f1cb
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
beanstalkd
pkgver
=
1.1
2
pkgrel
=
2
pkgver
=
1.1
3
pkgrel
=
0
pkgdesc
=
"Beanstalk is a simple, fast work queue"
url
=
"http://kr.github.io/beanstalkd/"
url
=
"http
s
://kr.github.io/beanstalkd/"
arch
=
"all"
license
=
"MIT"
makedepends
=
"clang"
install
=
"
$pkgname
.pre-install"
pkgusers
=
"beanstalk"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc
$pkgname
-openrc
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/kr/beanstalkd/archive/v
$pkgver
.tar.gz
$pkgname
.confd
$pkgname
.initd
...
...
@@ -21,6 +21,10 @@ build() {
make
}
check
()
{
make check
}
package
()
{
mkdir
-p
"
$pkgdir
"
/var/lib/beanstalkd
chown
$pkgusers
"
$pkgdir
"
/var/lib/beanstalkd
...
...
@@ -32,7 +36,9 @@ package() {
install
-D
-m644
"doc/beanstalkd.1"
"
$pkgdir
/usr/share/man/man1/beanstalkd.1"
}
sha512sums
=
"347f8cf29501d4bf1a01a472f8f6265d1211eadfaa4e5626c8fcab5b1f8116e1e0ddee2a0c82ac116ee60655a2e3b514d254f98c2154be76109a24d77f7d8210 beanstalkd-1.12.tar.gz
sha512sums
=
"
7b5d1a185765a6abe4f1fb8ff2ce7ab0d00b9b2d87ed78ee6349895cdab43e7eac9bb9da5aa1e7b378038e69ac20113e7a663529b0fd77b697257bc384b7deda beanstalkd-1.13.tar.gz
0460ba20e5596308a1a07ce50a8e431de6a86d557e0b4c63097c8d5998dc5704b56bec573fce37619cc4f5c0e7abf28ad251b4279fd6ad7fceb0e93b49d221fe beanstalkd.confd
6b665411341033c16781f8ef254a527ff60629860fd649bb7aa4b79dabbd87edee8d33a4579a4f451eb8a5fbb979d2cc3f8a23d4c5e2eaa18c7225362f94df3e beanstalkd.initd
42949d11294b5f42c96d06ce13aff76d596c3268af7442ade669cada29a58ed7612bf88521e6621bb100232b5875c982f3e6ddb1989799d74175135c89981146 remove-werror.patch"
42949d11294b5f42c96d06ce13aff76d596c3268af7442ade669cada29a58ed7612bf88521e6621bb100232b5875c982f3e6ddb1989799d74175135c89981146 remove-werror.patch
"
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