Skip to content

Commit

Permalink
pacapt: re-generated, VERSION=2.0.0-epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
icy committed Sep 21, 2014
1 parent 5b20c43 commit 8695e35
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pacapt
Expand Up @@ -3,14 +3,15 @@
# Purpose: A wrapper for all Unix package managers
# License: Fair license (http://www.opensource.org/licenses/fair)
# Source : http://github.com/icy/pacapt/
# Version: 2.0.0-delta
# Version: 2.0.0-epsilon
# Authors: Anh K. Huynh et al.

# Copyright (C) 2010 - 2014 | 10sr
# | Alexander Dupuy
# | Anh K. Huynh
# | Arcterus
# | Danny George
# | Darshit Shah
# | Hà-Dương Nguyễn
# | Huy Ngô
# | James Pearson
Expand All @@ -25,7 +26,7 @@
# DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
#

export PACAPT_VERSION='2.0.0-delta'
export PACAPT_VERSION='2.0.0-epsilon'

_help() {
cat <<'EOF'
Expand Down Expand Up @@ -1209,7 +1210,7 @@ _EOPT="" # extra options (directly given to package manager)
_PACMAN="" # name of the package manager

_PACMAN_detect \
|| die "'pacapt' doesn't support your package manager."
|| _die "'pacapt' doesn't support your package manager."

if [[ -z "$PACAPT_DEBUG" ]]; then
[[ "$_PACMAN" != "pacman" ]] \
Expand Down

0 comments on commit 8695e35

Please sign in to comment.