Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
autobuild3: bump to v1.5.1
Browse files Browse the repository at this point in the history
- A trivial fix on 51-licenses.sh regarding a syntax error in the
  binary expression f461747.
- Fixes filter/elf.sh with ELF search and detection.
  • Loading branch information
MingcongBai committed Nov 10, 2015
1 parent 60b8db3 commit 8a684c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ timestamp_convert(){

PKGNAME=autobuild3$( ((_GIT)) && echo "-git-$(git branch 2>/dev/null | grep '*' | sed 's/*\ //g')")
PKGEPOCH=1
PKGVER=1.5$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
PKGVER=1.5.1$( ((_GIT)) && echo "+$(timestamp_convert $(git log -1 --date=raw --pretty=format:%cd))")
PKGDES="Automatic package building tool."
PKGRECOM="distcc ccache"
PKGDEP="dpkg bash rpm apt coreutils autoconf automake autogen spdx-licenses"
Expand Down

0 comments on commit 8a684c8

Please sign in to comment.