Skip to content

Commit

Permalink
barcoded: Update version from 1.0.3 to 1.0.4
Browse files Browse the repository at this point in the history
The udev rules file included in this release has the standard 644
permissions.

The bee file was created with the script included in the barcode
project.

```
/project/barcode/barcoded> sudo -u barcode ./mkbee.sh
barcoded/
barcoded/installbarcoded.sh
barcoded/barcoded.pl
barcoded/51-barcodereader.rules
barcoded/Makefile
barcoded/mkbee.sh
barcoded/VERSION
creating barcoded-1.0.4-0.bee from template '/etc/default/bee/templates/fallback'
[…]
```
  • Loading branch information
pmenzel committed Feb 21, 2018
1 parent 2bb24b8 commit 6ec8d55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions barcoded-1.0.3-0.bee → barcoded-1.0.4-0.bee
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ SRCURL[0]="/project/barcode/barcoded-${PKGVERSION}.tgz"
# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -52,7 +52,7 @@ SRCURL[0]="/project/barcode/barcoded-${PKGVERSION}.tgz"
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -71,7 +71,7 @@ SRCURL[0]="/project/barcode/barcoded-${PKGVERSION}.tgz"
## The name of this bee-file should follow the following naming convention:
## pkgname-pkgversion-pkgrevision.bee
##
## You may remove all comments as long as SRCURL[0]="" is set.
## You may remove all comments as long as SRCURL[0] is set.
##
## Everything in this file will be executed in a bash environment.
##
Expand Down

0 comments on commit 6ec8d55

Please sign in to comment.