diff options
author | Juergen Daubert <jue@jue.li> | 2021-10-20 10:50:31 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-10-20 10:50:31 +0200 |
commit | 39324f4e8aba55f8d1292d5bed6b8247127dde22 (patch) | |
tree | 0688db0b8871ffbab4d9b8cfc689bca9b78ff893 /ruby-sqlite3 | |
parent | 105c6b35ac426e3f0ad540a44ef25ea1f49e0b34 (diff) | |
download | opt-39324f4e8aba55f8d1292d5bed6b8247127dde22.tar.gz opt-39324f4e8aba55f8d1292d5bed6b8247127dde22.tar.xz |
ruby-sqlite3: fix build with latest ruby
Diffstat (limited to 'ruby-sqlite3')
-rw-r--r-- | ruby-sqlite3/.signature | 4 | ||||
-rw-r--r-- | ruby-sqlite3/Pkgfile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ruby-sqlite3/.signature b/ruby-sqlite3/.signature index 3e378d82a..c62225486 100644 --- a/ruby-sqlite3/.signature +++ b/ruby-sqlite3/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VUjLt9XLDOA6+OQZRAy+Poo4fpnYDJbIw84j0ZNDo8hRfhwayyfnXCDtD9sVmyGDRMkApJBCFMqv99hs141XA4= -SHA256 (Pkgfile) = ef92c7672709849ebfb329551082e5c1c2f099060cba73c0a41a04ec16db914b +RWSE3ohX2g5d/Sqd2gT2ZhFCuuE78FcbFb0mmkDDUNmEBsZBzMIT5GI2/of14XXNaXltbatL+cwZDDFH77DShSmqYpnifczmsgI= +SHA256 (Pkgfile) = 3cf53b38764a2b9ae996130794fe955b6c9d876686ac829992ed561072fa76c6 SHA256 (.footprint) = 6cfa9a88d3cd10bd04cc3fa8fb5d9c34ba9fbce4058d4eff6e5cafd34e1bfe47 SHA256 (sqlite3-1.4.2.gem) = e8b8ef3b0f75c18e1a7ee62c5678c827e99389e53fa55eb7a9a5f57459004a52 diff --git a/ruby-sqlite3/Pkgfile b/ruby-sqlite3/Pkgfile index f7173631a..0715ae745 100644 --- a/ruby-sqlite3/Pkgfile +++ b/ruby-sqlite3/Pkgfile @@ -19,7 +19,6 @@ build () { cd $PKG/$(gem env gemdir) rm -r cache doc build_info cd gems/sqlite3-1.4.2 - rm -r ext/sqlite3/.gem.* rm .gemtest .travis.yml API_CHANGES.rdoc CHANGELOG.rdoc rm ChangeLog.cvs Gemfile LICENSE Manifest.txt README.rdoc rm Rakefile appveyor.yml |