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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
b9332edf
Commit
b9332edf
authored
5 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/beanstalkd: upgrade to 1.11
parent
b873b661
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/beanstalkd/APKBUILD
+6
-16
6 additions, 16 deletions
community/beanstalkd/APKBUILD
with
6 additions
and
16 deletions
community/beanstalkd/APKBUILD
+
6
−
16
View file @
b9332edf
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
beanstalkd
pkgver
=
1.1
0
pkgrel
=
1
pkgver
=
1.1
1
pkgrel
=
0
pkgdesc
=
"Beanstalk is a simple, fast work queue"
url
=
"http://kr.github.io/beanstalkd/"
arch
=
"all"
...
...
@@ -13,14 +13,13 @@ install="$pkgname.pre-install"
pkgusers
=
"beanstalk"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/kr/
$pkgname
/archive/v
$pkgver
.tar.gz
alpine.patch
$pkgname
.confd
$pkgname
.initd"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
make
||
return
1
make
}
package
()
{
...
...
@@ -29,21 +28,12 @@ package() {
chown
$pkgusers
"
$pkgdir
"
/var/lib/beanstalkd
make
PREFIX
=
"
$pkgdir
"
/usr
install
install
-Dm755
"
$srcdir
"
/
$pkgname
.initd
\
"
$pkgdir
"
/etc/init.d/
$pkgname
||
return
1
"
$pkgdir
"
/etc/init.d/
$pkgname
install
-Dm644
"
$srcdir
"
/
$pkgname
.confd
\
"
$pkgdir
"
/etc/conf.d/
$pkgname
||
return
1
"
$pkgdir
"
/etc/conf.d/
$pkgname
install
-D
-m644
"doc/beanstalkd.1"
"
${
pkgdir
}
/usr/share/man/man1/beanstalkd.1"
}
md5sums
=
"0994d83b03bde8264a555ea63eed7524 beanstalkd-1.10.tar.gz
5a0879a6019e1dfb2c1e86ccd9c25dec alpine.patch
34f82111d964733fc17b002b86f158a3 beanstalkd.confd
f2ac6c87e91e14310f24b6a6956b06ac beanstalkd.initd"
sha256sums
=
"923b1e195e168c2a91adcc75371231c26dcf23868ed3e0403cd4b1d662a52d59 beanstalkd-1.10.tar.gz
7fb20ed1108a82adbc159dd033e7e27d875e40d28b1bf2d13c0515cb6e1cb57c alpine.patch
d6171d865c438d51f3aa7e22333e90b4f11545d95be25edba9eca9f1e0031685 beanstalkd.confd
d9002202904ed5b88140cbc9ab9e519f6a97b4aa1d544d5e6739619484fc07db beanstalkd.initd"
sha512sums
=
"db85e4a32c686330e50d64d497a39bb9806de42a2c2d2c84eb260ae8cfad91b4c99eef6a8f0ab3e62d0ca71a31837778ec68a4299899ac5a9d94a5a4403d673b beanstalkd-1.10.tar.gz
a7c63512a61b5f9bb2bb04e89d56471983620b6b501f4a98dd87e2299596d147484ffcb85b6f98164adb2f7373a5adf4821be5f76dd35891c3dfc5a3623c01f5 alpine.patch
sha512sums
=
"322e6400c36fb3d7b06b7feb3e7dde5e64137382fb81ca1f11e3b9f72b4246ba719d139a571efcde9fe1738ba0e9e05a6ce3ac2d49a9628f6d455c81ec2a033e beanstalkd-1.11.tar.gz
0460ba20e5596308a1a07ce50a8e431de6a86d557e0b4c63097c8d5998dc5704b56bec573fce37619cc4f5c0e7abf28ad251b4279fd6ad7fceb0e93b49d221fe beanstalkd.confd
6b665411341033c16781f8ef254a527ff60629860fd649bb7aa4b79dabbd87edee8d33a4579a4f451eb8a5fbb979d2cc3f8a23d4c5e2eaa18c7225362f94df3e beanstalkd.initd"
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