Skip to content

Commit

Permalink
Version bump - 1.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fosskers committed Aug 14, 2013
1 parent 1c8d96c commit 18fe052
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Aura/Pkgbuild/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import Aura.Bash
import Aura.Core
import Aura.Monad.Aura
import Aura.Pkgbuild.Editing
import Aura.Settings.Base

---

Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <[email protected]>
_hkgname=aura
pkgname=aura
pkgver=1.2.1.0
pkgver=1.2.1.1
pkgrel=1
pkgdesc="A secure package manager for Arch Linux and the AUR written in Haskell."
url="https://github.com/fosskers/aura"
Expand All @@ -17,7 +17,7 @@ provides=('aura')
conflicts=('aura-git' 'aura-bin')
options=('strip')
source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}.tar.gz)
md5sums=('554665dd27818b10a3e1db13c9206e13')
md5sums=('44fc979c8a7a177ba430e9fe67631830')

build() {
cd ${srcdir}/${_hkgname}-${pkgver}
Expand Down
2 changes: 1 addition & 1 deletion aura.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aura

version: 1.2.1.0
version: 1.2.1.1

synopsis: A secure package manager for Arch Linux and the AUR, written in Haskell.

Expand Down
2 changes: 1 addition & 1 deletion aura.hs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import Aura.Commands.O as O
type UserInput = ([Flag],[String],[String])

auraVersion :: String
auraVersion = "1.2.1.0"
auraVersion = "1.2.1.1"

main :: IO a
main = getArgs >>= prepSettings . processFlags >>= execute >>= exit
Expand Down

0 comments on commit 18fe052

Please sign in to comment.