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
8279db5e
Commit
8279db5e
authored
9 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/gawk: upgrade to 4.1.2
parent
ad44c7b3
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/gawk/APKBUILD
+4
-5
4 additions, 5 deletions
main/gawk/APKBUILD
with
4 additions
and
5 deletions
main/gawk/APKBUILD
+
4
−
5
View file @
8279db5e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Michael Mason <ms13sp@gmail.com>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname
=
gawk
pkgname
=
gawk
pkgver
=
4.
0.1
pkgver
=
4.
1.2
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"GNU awk pattern-matching language"
pkgdesc
=
"GNU awk pattern-matching language"
url
=
"http://www.gnu.org/software/gawk/gawk.html"
url
=
"http://www.gnu.org/software/gawk/gawk.html"
...
@@ -14,7 +14,6 @@ source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
...
@@ -14,7 +14,6 @@ source="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
_builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
prepare
()
{
cd
"
$_builddir
"
cd
"
$_builddir
"
update_config_sub
||
return
1
}
}
build
()
{
build
()
{
...
@@ -36,6 +35,6 @@ package() {
...
@@ -36,6 +35,6 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
}
md5sums
=
"
a601b032c39cd982f34272664f8afa49
gawk-4.
0.1
.tar.xz"
md5sums
=
"
29555d982b8b678b0091010eb7508e4a
gawk-4.
1.2
.tar.xz"
sha256sums
=
"
ae0cb9a0ac80686df316fcd126d0da7d1fb6a0acfe043320511c1f212f2ecb47
gawk-4.
0.1
.tar.xz"
sha256sums
=
"
ea8b53c5834ee27012fecba7273f97fca7104884975cf81ddae6f85c5581f481
gawk-4.
1.2
.tar.xz"
sha512sums
=
"
45b4265ca09e281f003ba5d6e489f6c7c2885b2ad1eaf70f23aefb43f442631d1d81b01342c71e9f83b9b371da9f79a102f53dad3e0e776cac817b3d32a721e6
gawk-4.
0.1
.tar.xz"
sha512sums
=
"
89aed50a4bd335bd6a3045b1b738c76788f3d8d5745153683c990f021e424c31d8a3b2599f8e57f18f64022d5d1b57f4766ccf1a7d2a1b9fb4b20dabdf099117
gawk-4.
1.2
.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