summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2015-10-29 22:18:31 -0600
committerThayne McCombs2015-10-29 22:18:31 -0600
commitfdcfc425a9616569e094e55be2d03aa1c1695608 (patch)
treef9e3a743fcc1e6619d950e07664246d9279c6616
parentea67fb942a86a726d03ab198a4805abd44948717 (diff)
downloadaur-fdcfc425a9616569e094e55be2d03aa1c1695608.tar.gz
Update to 0.0.3.50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91aded59b51c..a66afd5124da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = roswell
pkgdesc = Lisp installer and launcher
- pkgver = 0.0.3.49
+ pkgver = 0.0.3.50
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.49.tar.gz
- md5sums = 0746c3a90bfa2e991dce1e65e1abb1bb
+ source = https://github.com/snmsts/roswell/archive/v0.0.3.50.tar.gz
+ md5sums = 2b61fdb585afc026b93744521a19de16
pkgname = roswell
diff --git a/PKGBUILD b/PKGBUILD
index 697ab5bb15aa..8c429c97837d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thayne McCombs <bytecurry.software@gmail.com>
pkgname=roswell
-pkgver="0.0.3.49"
+pkgver="0.0.3.50"
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=('0746c3a90bfa2e991dce1e65e1abb1bb')
+md5sums=('2b61fdb585afc026b93744521a19de16')
build() {
cd "$pkgname-$pkgver"