sqlite3-ruby: update to 1.2.1

This commit is contained in:
Juergen Daubert 2007-04-25 17:39:40 +02:00
parent a3413db1f6
commit 7024e84939
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
2cf41e972e77806a77e14144cced848e sqlite3-ruby-1.2.0.tar.bz2 7ec13981e20bab8af024db3c1df4a602 sqlite3-ruby-1.2.1.tar.bz2

View File

@ -1,12 +1,12 @@
# Description: Interface to the SQLite DB engine # Description: Interface to the SQLite DB engine
# URL: http://sqlite-ruby.rubyforge.org/ # URL: http://sqlite-ruby.rubyforge.org/
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de # Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: ruby, swig, sqlite3 # Depends on: ruby, sqlite3
name=sqlite3-ruby name=sqlite3-ruby
version=1.2.0 version=1.2.1
release=1 release=1
source=(http://rubyforge.org/frs/download.php/16340/$name-$version.tar.bz2) source=(http://rubyforge.org/frs/download.php/17096/$name-$version.tar.bz2)
build() { build() {
cd $name-$version cd $name-$version