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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Jakub Panek
aports
Commits
3789a5cf
Commit
3789a5cf
authored
10 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/rest: upgrade to 0.7.91
parent
b4e7b4bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/rest/APKBUILD
+4
-3
4 additions, 3 deletions
main/rest/APKBUILD
with
4 additions
and
3 deletions
main/rest/APKBUILD
+
4
−
3
View file @
3789a5cf
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
rest
pkgver
=
0.7.9
0
pkgver
=
0.7.9
1
pkgrel
=
0
pkgdesc
=
"A library for access to RESTful web services"
url
=
"http://www.gnome.org"
...
...
@@ -18,7 +18,6 @@ _builddir="$srcdir"/rest-$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
update_config_sub
||
return
1
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
...
...
@@ -45,4 +44,6 @@ package() {
rm
-f
"
$pkgdir
"
/usr/lib/
*
.la
}
md5sums
=
"639d51e9e9276726db93b1b4c46887f2 rest-0.7.90.tar.xz"
md5sums
=
"abd6211788b9b8dac432a26767099a27 rest-0.7.91.tar.xz"
sha256sums
=
"838814d935143f2dc99eb79f1ac69c615e7b547339f6cd226dd0ed4d7c16b67a rest-0.7.91.tar.xz"
sha512sums
=
"3fa63ca2c2b0d2a0bcccdc5cdd2a7b0d55a7e2600c564fe84e638bac4ac3b24d50199c7e65cb0e15946d9f80965165e5f01bc3521e7d797a66ca90e04a31d659 rest-0.7.91.tar.xz"
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