Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
678
Issues
678
List
Boards
Labels
Service Desk
Milestones
Merge Requests
213
Merge Requests
213
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
cfd7cb10
Commit
cfd7cb10
authored
Aug 11, 2019
by
Leo
Committed by
Natanael Copa
Aug 19, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/re2c: upgrade to 1.2.1
parent
bd51e0f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
main/re2c/APKBUILD
main/re2c/APKBUILD
+3
-4
No files found.
main/re2c/APKBUILD
View file @
cfd7cb10
# Contributor: Jeff Bilyk <jbilyk at gmail>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
re2c
pkgver
=
1.2
pkgver
=
1.2
.1
pkgrel
=
0
pkgdesc
=
"A tool for writing fast and flexible scanners in C from regular expressions"
url
=
"http://www.re2c.org"
...
...
@@ -9,8 +9,7 @@ arch="all"
license
=
"Public-Domain"
checkdepends
=
"bash"
subpackages
=
"
$pkgname
-doc"
source
=
"https://github.com/skvadrik/re2c/releases/download/
$pkgver
/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
source
=
"https://github.com/skvadrik/re2c/releases/download/
$pkgver
/re2c-
$pkgver
.tar.xz"
build
()
{
cd
"
$builddir
"
...
...
@@ -34,4 +33,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
d029abc3493a26761eaa911cf73961f5b8ec2e00958c97740e73f568fc72b02b5f56d80e09657a95dcf2e7767f3e5085775bb78f0f5bc472d506682a3a7fc278 re2c-1.2
.tar.xz"
sha512sums
=
"
c90f45ae435968e950d2340b540269a042201f1f53d7ea067b6d3d9feec063f66559ba970d404d82bfa7b75b9a074328caaa62304d4d876af7c12740d100ef58 re2c-1.2.1
.tar.xz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment