summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2015-10-10 16:18:02 -0600
committerThayne McCombs2015-10-10 16:18:02 -0600
commitea67fb942a86a726d03ab198a4805abd44948717 (patch)
tree91ccd7362103052e4d9e5141dd8feb277ef8613e
parentcb1c08dd894449337e42dfcb35857d76e5d0fdfb (diff)
downloadaur-ea67fb942a86a726d03ab198a4805abd44948717.tar.gz
Update to 0.0.3.49
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6e9321117e..91aded59b51c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = roswell
pkgdesc = Lisp installer and launcher
- pkgver = 0.0.3.48
+ pkgver = 0.0.3.49
pkgrel = 1
url = https://github.com/snmsts/roswell
arch = i686
arch = x86_64
license = MIT
depends = curl
- source = https://github.com/snmsts/roswell/archive/v0.0.3.48.tar.gz
- md5sums = a57ca56f96051272b7a4bf159e6cbd34
+ source = https://github.com/snmsts/roswell/archive/v0.0.3.49.tar.gz
+ md5sums = 0746c3a90bfa2e991dce1e65e1abb1bb
pkgname = roswell
diff --git a/PKGBUILD b/PKGBUILD
index ab2a466d8b32..697ab5bb15aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thayne McCombs <bytecurry.software@gmail.com>
pkgname=roswell
-pkgver="0.0.3.48"
+pkgver="0.0.3.49"
pkgrel=1
pkgdesc="Lisp installer and launcher"
url="https://github.com/snmsts/roswell"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('curl')
optdepends=()
source=("https://github.com/snmsts/roswell/archive/v$pkgver.tar.gz")
-md5sums=('a57ca56f96051272b7a4bf159e6cbd34')
+md5sums=('0746c3a90bfa2e991dce1e65e1abb1bb')
build() {
cd "$pkgname-$pkgver"